Skip to main content
Glama
mastermils

query-ptax-bcb

by mastermils

query-ptax-bcb

MCP(Model Context Protocol) 서버로, Banco Central do Brasil(BCB)의 공개 데이터 API를 직접 조회하여 PTAX 달러의 공식 고시 환율을 제공합니다: https://olinda.bcb.gov.br/olinda/servico/PTAX/versao/v1/odata/

도구

  • get_ptax_by_date(date) — 특정 날짜(YYYY-MM-DD)의 PTAX 마감 환율.

  • get_ptax_by_period(startDate, endDate) — 두 날짜 사이의 마감 환율 시계열.

  • get_ptax_latest(lookbackDays?) — 사용 가능한 가장 최근의 마감 환율(최근 lookbackDays일 이내에서 조회하며, 기본값은 7).

반환되는 모든 환율은 마감(공식 PTAX) 고시이며, 매수·매도 가격과 고시 시각(브라질리아 시간)을 포함합니다.

Related MCP server: Frankfurter MCP

빌드

npm install
npm run build

MCP Inspector로 테스트

npm run inspector

Claude Desktop / Claude Code에서 설정

MCP 설정 파일(claude_desktop_config.json 또는 그에 상당하는 파일)에 추가하세요:

{
  "mcpServers": {
    "query-ptax-bcb": {
      "command": "node",
      "args": ["D:/GitHub/master-mils/query-ptax-bcb/dist/index.js"]
    }
  }
}
Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables access to Bank of Mexico (Banxico) economic data including real-time and historical USD/MXN exchange rates, inflation data, interest rates, and other financial indicators. Supports querying current rates, historical data with date ranges, and economic metadata through natural language.
    9
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides access to currency exchange rates and conversion tools using the Frankfurter API, including latest rates, historical data, and time series from sources like the European Central Bank.
    5
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides real-time and historical foreign exchange rates for 31+ currencies, enabling currency conversion, historical rate lookups, and time series analysis using data from the Frankfurter API.
  • F
    license
    Not graded
    quality
    B
    maintenance
    Provides tools to query Brazilian Central Bank public data, including SGS time series and PTAX exchange rates.

View all related MCP servers

Related MCP Connectors

  • Convert currencies, get FX rates, and query historical ECB exchange rate data.

  • Fetch latest and historical currency exchange rates from Frankfurter. Convert amounts between curr…

  • Live & historical FX rates for AI agents, from European Central Bank data. No API keys.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mastermils/query-ptax-bcb'

If you have feedback or need assistance with the MCP directory API, please join our Discord server