mcpbeat Sign in

Insightiq MCP Server

by ravi-p-k-1 Your server? Claim it
local only

Insightiq runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Sep 2026.

Look up real FRED (Federal Reserve Economic Data) series and historical observations.

Installs / week
npm · insightiq-mcp
1
Stars
4 open issues
18 Sep 2026
Last commit
0 releases in 90 days
CC0-1.0
License
JavaScript

Nothing serious here today

Today is the operative word: we check Insightiq every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add insightiq -- npx -y insightiq-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "insightiq": {
      "args": [
        "-y",
        "insightiq-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.insightiq]
command = "npx"
args = ["-y", "insightiq-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "insightiq": {
      "args": [
        "-y",
        "insightiq-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "insightiq": {
      "args": [
        "-y",
        "insightiq-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FRED_API_KEY (Your FRED API key. Get a free one at https://fred.stlouisfed.org/docs/api/api_key.html). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Insightiq

same job, measured the same way
Fred
by pipeworx-io

FRED MCP — Federal Reserve Economic Data (St. Louis Fed)

42 tools answering
FRED Economic Data
by danishashko

FRED economic data: GDP, inflation, unemployment, rates, and 800k+ Federal Reserve time series.

103 installs/wk local only
Fred MCP Server
by stefanoamorelli

Federal Reserve Economic Data (FRED) MCP Server - Access all 800,000+ economic time series

317 installs/wk local only
C
FRED Economic Data
by olyport

GDP, unemployment, CPI, interest rates, and 800K+ economic time series from the Federal Reserve

5 tools answering
Federal Reserve MCP Server
by cyanheads

Search and fetch ~800K Federal Reserve economic time-series from the FRED API via MCP.

57 installs/wk local only
Ferric Fred MCP
by ojhermann-org

MCP server for FRED (Federal Reserve Economic Data): full read API plus GeoFRED, 34 tools.

local only
Noaa Climate MCP Server
by cyanheads

Search NOAA climate stations and datasets, fetch historical weather observations.

209 installs/wk 10 tools answering
US Code of Federal Regulations
by mccallar

Look up, search, and track changes to the US Code of Federal Regulations (eCFR).

322 installs/wk local only

Insightiq — questions

Answers built from our own checks of this server.

Why is there no uptime for Insightiq?
Insightiq runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package insightiq-mcp.
How do I connect Insightiq?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls insightiq-mcp straight from npm; nothing to host, nothing to sign up for.
Is Insightiq open source?
Yes — it is published under the CC0-1.0 licence, written in JavaScript, 1 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.