# Nødebo — real-world data MCP gateway > Nødebo gives AI agents one authenticated endpoint to a fleet of 26+ real-world data servers across many domains: economics & markets, geography & mapping, weather & environment, corporate & compliance, sports, news, currency, public/holiday data, developer tools, and security. Per-user API key; team-scoped access control and per-backend credential injection are enforced gateway-side. Connect over streamable-HTTP MCP at https://nodebo.ai/mcp with the header `Authorization: Bearer ` (get a key at https://nodebo.ai/api-keys). Call `initialize`, then `tools/list`, then `tools/call`. Tools are named `_` (e.g. `frankfurter_convert`, `fred_series`, `openrouteservice_directions`). A lean MetaMCP lane at https://nodebo.ai/metamcp advertises ~9 meta tools and discovers the rest on demand (search-then-invoke) for far less connect-time context. ## MCP endpoints - [MCP Gateway — standard lane](https://nodebo.ai/.well-known/mcp/gateway.json): streamable-HTTP MCP at https://nodebo.ai/mcp; all tools advertised up front. - [MetaMCP Gateway — on-demand lane](https://nodebo.ai/.well-known/mcp/metamcp.json): streamable-HTTP MCP at https://nodebo.ai/metamcp; ~9 meta tools, search-then-invoke. - [MCP discovery manifest](https://nodebo.ai/.well-known/mcp.json): machine-readable endpoint / transport / auth descriptor. - [MCP server card](https://nodebo.ai/.well-known/mcp/server-card.json): SEP-1649 server card for the standard lane. ## Discovery & trust - [AI capability catalog (signed)](https://nodebo.ai/.well-known/ai-catalog.json): full ARD catalog of Nødebo's servers and capabilities, signed under did:web:nodebo.ai. - [JWKS](https://nodebo.ai/.well-known/jwks.json): public key attesting the catalog signature. - [Tool registry search](https://nodebo.ai/api/v1/registry/search): resolve which server/tool satisfies a plain-language intent. ## Data domains (representative servers) - Economics & markets: FRED, ECB, Eurostat, World Bank, Finnhub, MetalPrice, SEC EDGAR, FDIC, Trade.gov. - Geography & mapping: OpenRouteService (routing), Nominatim (geocoding), Overpass (OpenStreetMap). - Weather & environment: OpenWeatherMap, Open-Meteo, OpenAQ (air quality). - Corporate & compliance: GLEIF (legal entities), OpenSanctions (sanctions/PEP screening). - Sports: Wyscout, TheSportsDB. News: GNews. Currency: Frankfurter. Holidays: Nager.Date. Developer: GitLab. - Security: VirusTotal, IPinfo. ## Docs - [Documentation](https://nodebo.ai/docs): connecting, authentication, tools. - [Get an API key](https://nodebo.ai/api-keys) ## Optional - [Full capability index](https://nodebo.ai/llms-full.txt): every domain and representative queries, inline.