SDK.finance MCP Server

Status: Running

Domain: mcp.sdk.finance

About

This is a Model Context Protocol (MCP) server providing LLM-accessible tools for the SDK.finance financial platform.

Available Tool Categories

Integration

To use this MCP server with Claude Desktop, configure your claude_desktop_config.json:

{
  "mcpServers": {
    "sdk-finance": {
      "url": "https://mcp.sdk.finance/mcp"
    }
  }
}