Synergic APIs MCP Server
OfficialRelated Servers
Alternatives to Synergic APIs MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenanceAn MCP server that wraps the Federal Reserve Economic Data (FRED) API, providing access to over 800,000 economic time series like GDP and unemployment. It enables AI agents to search for data, retrieve metadata, and fetch historical observations directly from the St. Louis Fed.-
- FlicenseNot gradedqualityDmaintenanceEconomic data MCP server that connects FRED, BLS, BEA, IMF, World Bank, and ECB to any MCP-compatible client, with built-in methodology rules to guide LLMs in selecting appropriate economic indicators.-
- AlicenseAqualityCmaintenanceOfficial MCP server that exposes 8 tools for real-time and historical commodity prices (gold, silver, oil, and 140+ more), allowing AI assistants to query market data via natural language.819 npmMIT
- AlicenseAqualityCmaintenanceMCP server serving official statistics from major data agencies (Statistics Canada, FRED, BLS, World Bank, etc.) as tools with provenance and verification, enabling search, retrieval, analysis, and monitoring via natural language.1159 npmMIT
- FlicenseAqualityDmaintenanceA local MCP server that gives Claude and other MCP clients access to Federal Reserve Economic Data (FRED) — 800,000+ economic time series covering GDP, inflation, employment, interest rates, and more.32-
- AlicenseBqualityCmaintenanceAn MCP server that provides economic intelligence using FRED data, including series search, metadata, observations, comparisons, and a curated macroeconomic knowledge graph with GraphRAG, digital twin simulation, and explainability.13MIT
TDQS
Scored across 8 tools
Each tool targets a distinct dataset and granularity: usage vs inflation (latest/history/annual) vs debt (latest/history) vs interest rates vs famous prices. No two tools serve the same purpose, and the descriptions make the boundaries crystal clear.
All tools use a consistent 'get_' prefix and most follow 'get_us_<topic>_<suffix>' (e.g., get_us_inflation_latest, get_us_debt_history). However, 'get_famous_prices' and 'get_us_interest_rates' deviate slightly from the full pattern, making it mildly less predictable.
With 8 tools, the server is well-scoped for a specialized economic data API. Each tool provides a distinct read-only query, and the count feels neither sparse nor bloated.
The server covers the core domain comprehensively: latest snapshots, historical series, and annual aggregates for inflation and debt, plus interest rates, consumer prices, and an API usage check. No obvious missing operations for a read-only data retrieval server.