Skip to main content
Glama

starwell-mcp

Starwell is the verified data layer for AI: official statistics from Statistics Canada, FRED, the U.S. Bureau of Labor Statistics, the World Bank, SEC EDGAR, the U.S. Treasury, the European Central Bank, the UK Office for National Statistics, INSEE (France), the Australian Bureau of Statistics, the OECD, Eurostat, INE (Spain), the Czech National Bank, ILOSTAT, Statistics Netherlands, the CDC, Statistics Sweden, Statistics Norway, Statistics Finland, Statistics Austria, the Department of Statistics Malaysia, the U.S. Bureau of Economic Analysis, the Central Statistics Office of Ireland, Statistics Denmark, Statistics Poland, Statistics Estonia, Statistics Iceland, and the U.S. Bureau of Transportation Statistics, served as MCP tools. Every observation carries provenance, every series carries a verification status backed by golden-value checks against the live source, and the answer tool returns computed results cited to the official table.

This package is a thin stdio bridge to the Starwell remote MCP server. The tool surface always matches the server, so new sources and tools appear without a package update.

Tools (12): search_catalog, list_sources, list_datasets, get_series, get_series_stats, get_observations, factory_status, answer, deep_analysis, create_monitor, list_monitors, delete_monitor. Reads are open; answer, deep_analysis, and the monitor tools need a free API key (STARWELL_API_KEY).

Install per client

Remote-capable clients can skip this package and add the URL directly: https://starwell.dev/api/starwell/mcp (Streamable HTTP).

Claude Code

claude mcp add --transport http starwell https://starwell.dev/api/starwell/mcp
# or via stdio:
claude mcp add starwell -- npx -y starwell-mcp

Claude Desktop / claude.ai

Settings, Connectors, Add custom connector, URL https://starwell.dev/api/starwell/mcp. On plans without remote connectors, use the desktop config:

{
  "mcpServers": {
    "starwell": { "command": "npx", "args": ["-y", "starwell-mcp"] }
  }
}

Cursor

.cursor/mcp.json:

{
  "mcpServers": {
    "starwell": { "command": "npx", "args": ["-y", "starwell-mcp"] }
  }
}

OpenAI Codex CLI

~/.codex/config.toml:

[mcp_servers.starwell]
command = "npx"
args = ["-y", "starwell-mcp"]

Gemini CLI

~/.gemini/settings.json:

{
  "mcpServers": {
    "starwell": { "httpUrl": "https://starwell.dev/api/starwell/mcp" }
  }
}

ChatGPT (developer mode)

Settings, Apps, enable developer mode, add connector with the remote URL above.

Related MCP server: mcp-fred

Configuration

  • STARWELL_MCP_URL: override the endpoint (staging, self-hosted).

  • STARWELL_API_KEY: Bearer key from https://starwell.dev/account (free). Data reads work without one; answer, deep_analysis, and monitors require it.

Data licensing

Only openly licensed official sources are served, each with its license and attribution in every response — including U.S. federal statistical works (public domain), the Statistics Canada Open Licence, World Bank CC BY-4.0, and the respective open licences of the ECB, OECD, ONS, INSEE, and ABS. This product uses the FRED API but is not endorsed or certified by the Federal Reserve Bank of St. Louis.

Docs: https://starwell.dev/docs


This repository is the source of the starwell-mcp npm package. It is generated from Starwell's main repository, so pull requests here may be applied upstream by hand — but issues are read and very welcome.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    An MCP server that interfaces with the WorldBank API to retrieve economic and labor market data such as GDP and employment indicators. It allows LLMs to query global development statistics including unemployment rates, labor force participation, and sectoral employment data.
  • F
    license
    -
    quality
    D
    maintenance
    An 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.
  • F
    license
    -
    quality
    D
    maintenance
    Economic 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.
  • A
    license
    -
    quality
    D
    maintenance
    MCP server for accessing India's Ministry of Statistics and Programme Implementation (MoSPI) data APIs. Enables natural language queries for economic, demographic, and social indicators via a 4-tool workflow.
    MIT

View all related MCP servers

Related MCP Connectors

  • Fetch US Bureau of Labor Statistics data — CPI, unemployment, wages, JOLTS, and more via MCP.

  • Macro data for AI agents: GDP, inflation, unemployment and more (World Bank, US BLS). No keys.

  • Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Adarsh4052/starwell-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server