{"name":"econindx-source-intelligence","transport":"streamable-http-json-rpc","endpoint":"/mcp","tools":[{"name":"search_sources","description":"Search active EconIndx economic data sources by keyword, provider, topic, or dataset need, returning export/access summaries. Use this when you have a topic but not a specific source slug. Not for fetching the data itself — EconIndx only tracks sources, it does not serve their datasets. Example: {\"query\":\"inflation\",\"cost\":\"free\",\"limit\":5}."},{"name":"get_source_profile","description":"Get a source profile by slug. Use `view` to scope the response: \"profile\" (default — the full record incl. the data-access report), \"status\" (liveness, latest probe, and recent monitoring events), or \"plan\" (access level, collection level, caveats, and recommended next action). This supersedes get_source_status (view=\"status\") and get_collection_plan (view=\"plan\"). You need a slug first — call search_sources or compare_sources if you only have a topic. Example: {\"slug\":\"federal-reserve-economic-data\",\"view\":\"status\"}."},{"name":"get_source_status","description":"Deprecated — prefer get_source_profile with view=\"status\". Retained for backward compatibility. Returns health, latest probe, and recent event evidence for one source."},{"name":"get_collection_plan","description":"Deprecated — prefer get_source_profile with view=\"plan\". Retained for backward compatibility. Returns access, collection level, recommended next action, and caveats for one source."},{"name":"compare_sources","description":"Rank candidate sources for a research or pipeline need and return their access/collection summaries. Use when choosing between sources for a topic; prefer higher collection_level and confidence. Example: {\"topic_or_need\":\"euro area unemployment monthly\"}."},{"name":"get_recent_source_events","description":"Return recent source-monitoring events (impairments, restorations, probe results), optionally filtered by slug. Use to check what changed recently across tracked sources. Example: {\"slug\":\"oecd\",\"limit\":10}."}],"docs":"https://econindx.com/integrations"}