BrasilAPI MCP Server
@mauricio-cantu
关于 BrasilAPI MCP Server
A Model Context Protocol (MCP) server that provides tools to query BrasilAPI across different clients and LLMs. Enhance your AI apps with rich data from Brasil resources.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"brasil-api-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@mauricio-cantu/brasil-api-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is BrasilAPI MCP Server?
BrasilAPI MCP Server is a Model Context Protocol server that provides a unified interface to query data from Brazilian public resources via the BrasilAPI. It offers tools to access information on postal codes, area codes, banks, holidays, taxes, and more, making it easy to integrate rich, updated Brazilian data into AI agents and applications.
How to use BrasilAPI MCP Server?
You can run the server automatically through Smithery (npx -y @smithery/cli install @mauricio-cantu/brasil-api-mcp-server) or locally by building the project with npm install && npm run build and then executing node /absolute/path/to/brasil-api-mcp-server/build/index.js. For development, use npm run watch for auto-rebuild. The server exposes tools that correspond to every BrasilAPI endpoint; inspect available tools via Smithery's inspect command or the Smithery tools page.
Key features of BrasilAPI MCP Server
- Query postal codes, area codes, banks, holidays, taxes, and more.
- Unified interface for all BrasilAPI endpoints.
- Seamless integration with AI applications like Claude and Cursor.
- Run via Smithery or locally with Node.js or Docker.
- Full set of MCP tools for every BrasilAPI endpoint.
Use cases of BrasilAPI MCP Server
- Fetch Brazilian postal code information for addresses and shipping.
- Retrieve official holiday dates for scheduling and calendar apps.
- Look up bank details (name, code, ISPB) for financial applications.
- Obtain tax-related data (e.g., CNPJ, IBGE) for compliance and reporting.
- Access area code information for phone number validation.
FAQ from BrasilAPI MCP Server
What data can I access with BrasilAPI MCP Server?
The server provides tools to query postal codes, area codes, banks, holidays, taxes, and more – covering every endpoint available from the BrasilAPI.
How do I install and run BrasilAPI MCP Server?
You can install it via Smithery (npx -y @smithery/cli install @mauricio-cantu/brasil-api-mcp-server) or run a local copy after building with npm install && npm run build and executing the compiled index.js.
Can I use this server with Claude?
Yes, you can integrate it with Claude by running npx -y @smithery/cli@latest install @mauricio-cantu/brasil-api-mcp-server --client claude.
What are the runtime requirements?
The server requires Node.js (for npm install and build). A Dockerfile is also provided for containerized deployment.
Does the server handle authentication or store data?
No, the server is a stateless MCP server that queries the public BrasilAPI on each request. No authentication or local data storage is involved.
开发工具 分类下的更多 MCP 服务器
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
评论