{"$schema":"https://modelcontextprotocol.io/schemas/server-card/v1.json","serverInfo":{"name":"fintechtoolkit-mcp","title":"FintechToolkit MCP Server","version":"1.0.0","description":"Official Model Context Protocol server for searching and querying fintech tools, developer APIs, banking rails, KYC/AML providers, and payment gateways.","homepage":"https://fintechtoolkit.com"},"transport":{"type":"streamable-http","endpoint":"https://fintechtoolkit.com/api/mcp"},"endpoint":"https://fintechtoolkit.com/api/mcp","capabilities":{"tools":{"listChanged":false},"resources":{"subscribe":false,"listChanged":false},"prompts":{"listChanged":false}},"tools":[{"name":"search_tools","description":"Search fintech tools and developer APIs by keyword, category, or pricing model.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Search terms, e.g. \"payments\", \"open banking\", \"kyc\""},"category":{"type":"string","description":"Filter by category slug, e.g. \"payments\", \"banking-as-a-service\""},"pricing":{"type":"string","description":"Filter by pricing model, e.g. \"free-tier\", \"usage-based\""}}}},{"name":"get_tool","description":"Get comprehensive technical and integration details for a specific fintech tool.","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"Unique identifier for the tool, e.g. \"stripe\", \"plaid\", \"alloy\""}},"required":["slug"]}},{"name":"list_categories","description":"List all fintech infrastructure categories with tool counts and descriptions.","inputSchema":{"type":"object","properties":{}}},{"name":"compare_tools","description":"Compare multiple fintech tools by features, protocols, SDKs, and sandbox availability.","inputSchema":{"type":"object","properties":{"slugs":{"type":"array","items":{"type":"string"},"description":"List of tool slugs to compare (e.g. [\"stripe\", \"adyen\"])"}},"required":["slugs"]}}]}