M
Share:
About
Connect the Mercury remote MCP server at https://mcp.mercury.com/mcp. Accounts, transactions, balances, cards. Setup guides for Claude Code, Codex, Cursor, and VS Code.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Mercury.
- What is the Mercury MCP server used for?
- The Mercury MCP server facilitates access to banking and financial data including accounts, transactions, balances, and cards. It is designed for integrations within commerce and payments platforms.
- How do I configure the Mercury MCP in my development environment?
- You can connect to the Mercury MCP server at https://mcp.mercury.com/mcp. Setup guides are available for popular MCP clients like Claude Code, Codex, Cursor, and VS Code.
- Does the Mercury MCP server require authentication?
- Yes, the Mercury MCP server uses OAuth for authentication. You will need to configure your client with the appropriate OAuth credentials to access its services.
- What financial capabilities does the Mercury MCP provide?
- The Mercury MCP server provides access to core banking functions, including retrieving account information, viewing transaction history, checking balances, and managing payment cards.
- Are there any known limitations when using the Mercury MCP?
- The functionality and performance of the Mercury MCP server may depend on the specifics of the connected Mercury banking service. Consult the official documentation for detailed API rate limits and data access restrictions.
Install Mercury
Server URL
https://mcp.mercury.com/mcpClaude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"mercury": {
"url": "https://mcp.mercury.com/mcp",
"transport": "http",
"authType": "oauth"
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"mercury": {
"url": "https://mcp.mercury.com/mcp"
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"mercury": {
"type": "http",
"url": "https://mcp.mercury.com/mcp"
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.