Tesouro Direto MCP Server
@AtilioA
关于 Tesouro Direto MCP Server
🗣️ Query Brazilian treasury bond data with natural language
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"tesouro-direto-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@AtilioA/tesouro-direto-mcp",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Tesouro Direto MCP Server?
A Model Context Protocol (MCP) server that integrates with the Tesouro Direto API, enabling natural language access to Brazilian treasury bond data through MCP-compatible clients.
How to use Tesouro Direto MCP Server?
Install automatically via Smithery (npx -y @smithery/cli install @AtilioA/tesouro-direto-mcp --client claude) or via npm (npx -y tesouro-direto-mcp). Configure in your MCP client’s JSON file (e.g., ~/.cursor/mcp.json or claude_desktop_config.json) using the command npx -y tesouro-direto-mcp and optionally set USE_MCP_CACHE to "true". You can also build from source with pnpm install && pnpm run build.
Key features of Tesouro Direto MCP Server
- Three MCP tools:
market_data,bond_data, andsearch_bonds - Smart 10-minute in-memory cache based on API update timestamps
- Search and filter bonds by type, maturity, or other criteria
- Retrieve detailed information about a specific bond
- Get general treasury bond market status (opening/closing times)
Use cases of Tesouro Direto MCP Server
- Show all available Tesouro Direto bonds using natural language
- Get detailed information on a specific bond (e.g., IPCA+ 2029)
- Search for bonds by type (SELIC, IPCA, PREFIXADO) and maturity date
- Check current treasury bond market status (opening/closing times)
- Analyze top bonds with highest yields across different bond types
FAQ from Tesouro Direto MCP Server
Which MCP-compatible clients can use Tesouro Direto MCP Server?
It works with Claude Desktop (via Smithery), Cursor, and any MCP-compatible client such as MCP Inspector.
How does caching work?
A 10-minute in-memory cache reduces API calls while ensuring data freshness. It is enabled by default and controlled by the USE_MCP_CACHE environment variable.
What environment variable controls caching?
USE_MCP_CACHE – set it to "true" (or omit, as it defaults to true) to enable the cache.
How to build from source?
Clone the repository, run pnpm install to install dependencies, then pnpm run build to compile. The built server can be run with node dist/index.js.
What is the license?
Tesouro Direto MCP Server is licensed under the GNU Affero General Public License v3.0.
其他 分类下的更多 MCP 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Awesome Mlops
visengerA curated list of references for MLOps
Codelf
unbugA search tool helps dev to solve the naming things problem.
评论