{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-@l10n/es/developer_resources/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["admonition","connect-mcp","tabs","tab"]},"type":"markdown"},"seo":{"title":"Developer MCP","description":"Belvo provides open finance products for Latin America that allow you to securely access and aggregate financial data as well as accept and issue bank-to-bank payments","siteUrl":"https://developers.belvo.com/","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"developer-mcp","__idx":0},"children":["Developer MCP"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"introduction","__idx":1},"children":["Introduction"]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Developer Tools Only"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The Developer MCP is built for developer tools like Claude Code, Codex, OpenCode, Cursor, and VS Code. It isn't available in the Claude app yet."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The Developer MCP exposes this developer portal through the ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"https://modelcontextprotocol.io/introduction","target":"_blank"},"children":["Model Context Protocol (MCP)"]},", and once connected, your AI assistant can:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Scaffold your integration using working code examples and best practices from this portal"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Explain what a specific API error means and how to resolve it"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Browse the structure of Belvo's API reference"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Look up a specific endpoint's parameters, request body, and responses"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Read authentication and security scheme details"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Search this documentation site's content"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This means you can ask your assistant questions like \"Which endpoint retrieves transactions for a Link?\" or \"What security scheme does the Payments API use?\" and it can answer directly from Belvo's official docs."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["No authentication is required. The Developer MCP is public, the same as this developer portal."]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Read-Only Access"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The Developer MCP only exposes this public developer portal. It can't access your Belvo account, credentials, or any customer data, and it can't make API calls on your behalf. We're actively expanding what the Developer MCP can do, so check back for updates."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"connect-with-one-click","__idx":2},"children":["Connect with one click"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If your client is Cursor or VS Code, use the button below to connect directly, or copy the server configuration to paste into any other client:"]},{"$$mdtype":"Tag","name":"ConnectMCP","attributes":{"placement":"bottom","alignment":"start","options":["cursor","vscode","copy"]},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"manual-setup","__idx":3},"children":["Manual setup"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For clients without a one-click option, add the server manually using its URL:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"shell","data-title":"MCP Server URL","header":{"title":"MCP Server URL","controls":{"copy":{}}},"source":"https://developers.belvo.com/mcp\n","lang":"shell"},"children":[]},{"$$mdtype":"Tag","name":"Tabs","attributes":{"size":"medium"},"children":[{"$$mdtype":"Tag","name":"div","attributes":{"label":"Claude Code","disable":false},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Run the following command in your terminal:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"shell","data-title":"Add the Developer MCP server","header":{"title":"Add the Developer MCP server","controls":{"copy":{}}},"source":"claude mcp add --transport http belvo-docs https://developers.belvo.com/mcp\n","lang":"shell"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Alternatively, add it directly to your project's ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".mcp.json"]},":"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","data-title":".mcp.json","header":{"title":".mcp.json","controls":{"copy":{}}},"source":"{\n  \"mcpServers\": {\n    \"belvo-docs\": {\n      \"type\": \"http\",\n      \"url\": \"https://developers.belvo.com/mcp\"\n    }\n  }\n}\n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"Codex","disable":false},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Add the following block to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["~/.codex/config.toml"]},":"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"toml","data-title":"~/.codex/config.toml","header":{"title":"~/.codex/config.toml","controls":{"copy":{}}},"source":"[mcp_servers.belvo_docs]\nurl = \"https://developers.belvo.com/mcp\"\n","lang":"toml"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"OpenCode","disable":false},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Add the following to your ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["opencode.json"]},":"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","data-title":"opencode.json","header":{"title":"opencode.json","controls":{"copy":{}}},"source":"{\n  \"mcp\": {\n    \"belvo-docs\": {\n      \"type\": \"remote\",\n      \"url\": \"https://developers.belvo.com/mcp\",\n      \"enabled\": true\n    }\n  }\n}\n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"Cursor","disable":false},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Add the following to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".cursor/mcp.json"]}," in your project, or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["~/.cursor/mcp.json"]}," to make it available in every project:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","data-title":".cursor/mcp.json","header":{"title":".cursor/mcp.json","controls":{"copy":{}}},"source":"{\n  \"mcpServers\": {\n    \"belvo-docs\": {\n      \"url\": \"https://developers.belvo.com/mcp\"\n    }\n  }\n}\n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"VS Code","disable":false},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Add the following to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".vscode/mcp.json"]}," in your workspace, or run ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["MCP: Open User Configuration"]}," from the Command Palette to make it available in every workspace:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","data-title":".vscode/mcp.json","header":{"title":".vscode/mcp.json","controls":{"copy":{}}},"source":"{\n  \"servers\": {\n    \"belvo-docs\": {\n      \"type\": \"http\",\n      \"url\": \"https://developers.belvo.com/mcp\"\n    }\n  }\n}\n","lang":"json"},"children":[]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"feedback","__idx":4},"children":["Feedback"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Found an issue with the Developer MCP? Let us know using the feedback widget below, and include your email in the comment so we can follow up."]}]},"headings":[{"value":"Developer MCP","id":"developer-mcp","depth":1},{"value":"Introduction","id":"introduction","depth":2},{"value":"Connect with one click","id":"connect-with-one-click","depth":2},{"value":"Manual setup","id":"manual-setup","depth":2},{"value":"Feedback","id":"feedback","depth":2}],"frontmatter":{"seo":{"title":"Developer MCP"}},"lastModified":"2026-08-07T12:26:23.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/es/developer_resources/resources-mcp-server","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}