# Nødebo — real-world data MCP gateway (full capability index) > Nødebo gives AI agents one authenticated endpoint to 26+ real-world data servers across many domains. Per-user API key; team-scoped access control and per-backend credential injection are enforced gateway-side. Backend servers are reachable only THROUGH the gateway — they are not independently routable. ## Connect - Standard lane: https://nodebo.ai/mcp — streamable-HTTP, JSON-RPC 2.0; methods initialize, tools/list, tools/call. - MetaMCP lane: https://nodebo.ai/metamcp — ~9 meta tools; workflow nodebo_search_tools(query) -> nodebo_describe_tool(name) -> nodebo_invoke(server, tool, arguments). - Auth: `Authorization: Bearer ` (keys start `nodebo_`; obtain at https://nodebo.ai/api-keys). - Tool naming: `_` on the standard lane; nodebo_invoke takes the bare tool name plus its server. ## Data servers by domain - Economics & markets: FRED (US Federal Reserve series — rates, CPI, employment, GDP), ECB (European Central Bank data), Eurostat (EU statistics), World Bank (global development indicators), Finnhub (equities/quotes/fundamentals), MetalPrice (precious/industrial metals), SEC EDGAR (US company filings), FDIC (US bank data), Trade.gov (US trade & tariffs). - Geography & mapping: OpenRouteService (directions, distance, isochrones, geocoding), Nominatim (OpenStreetMap geocoding & reverse-geocoding), Overpass (OpenStreetMap feature queries). - Weather & environment: OpenWeatherMap (current + forecast + geocoding), Open-Meteo (forecast, historical, air quality, marine), OpenAQ (global air-quality measurements). - Corporate & compliance: GLEIF (Legal Entity Identifier lookup & validation), OpenSanctions (sanctions, PEP, and watchlist screening). - Sports: Wyscout (football/soccer data), TheSportsDB (teams, players, fixtures, results). - News: GNews (headlines & article search). Currency: Frankfurter (FX rates & historical conversion). Holidays: Nager.Date (public holidays by country/year). Developer: GitLab (projects, issues, merge requests, CI). - Security: VirusTotal (file/URL/domain/IP reputation), IPinfo (IP geolocation, ASN, company, privacy). ## Representative queries - Get the current weather and multi-day forecast for a city. - Convert 1000 USD to EUR at today's rate, or on a past date. - Look up a company's Legal Entity Identifier (LEI) and registration status. - Screen a name against global sanctions and PEP lists. - Get the latest US unemployment rate or CPI from FRED. - Geocode an address, then get a driving route between two points. - Fetch a public company's most recent SEC filing. - Get recent air-quality (PM2.5) readings near a location. - List public holidays for a country and year. ## Machine-readable discovery - Signed catalog: https://nodebo.ai/.well-known/ai-catalog.json - MCP manifest: https://nodebo.ai/.well-known/mcp.json - Server cards: https://nodebo.ai/.well-known/mcp/gateway.json , https://nodebo.ai/.well-known/mcp/metamcp.json , https://nodebo.ai/.well-known/mcp/server-card.json - Registry search: https://nodebo.ai/api/v1/registry/search - JWKS: https://nodebo.ai/.well-known/jwks.json