{"name":"Foundable MCP","version":"1.0.0","description":"Query structured service-business profiles from Foundable via MCP tools.","transport":{"type":"http","url":"https://app.foundable.xyz/api/mcp"},"authentication":{"type":"apiKey","in":"header","name":"x-api-key","source":"https://app.foundable.xyz/mcp"},"tools":[{"name":"get_profile","description":"Get one Foundable profile by slug.","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"Public profile slug"}},"required":["slug"],"additionalProperties":false}},{"name":"search_profiles","description":"Search Foundable profiles by query, category, and location.","inputSchema":{"type":"object","properties":{"query":{"type":"string"},"category":{"type":"string"},"location":{"type":"string"}},"additionalProperties":false}},{"name":"get_profile_schema","description":"Return the Foundable profile schema for clients and agents.","inputSchema":{"type":"object","properties":{},"additionalProperties":false}}],"docs":"https://app.foundable.xyz/mcp","openapi":"https://app.foundable.xyz/api/openapi.json"}