← Registry

API Tools

starwell.dev

Provides access to official statistical sources, allowing users to search, retrieve metadata, and fetch observations from various datasets.

1 endpoint11 known toolsFirst detected August 11, 2026Last detected August 14, 2026

ENDPOINT 1

https://starwell.dev/api/starwell/mcp

No auth detected

MCP server metadata

Name
Starwell
Version
1.0.0
Capabilities
tools.listChanged

Known tools 11

list_sources

List the official statistical sources served by this data layer (e.

Inferred read-only
search_catalog

Find series across ALL sources in one call: case-insensitive search over series ids, indicator names, geographies, and dataset titles (e.

Inferred read-only
list_datasets

List the datasets (official releases/tables) available in one source, with coverage dates and links to the official table pages.

Inferred read-only
get_series

Full metadata for one series: indicator, unit, frequency, geography, coverage, its VERIFICATION STATUS (passing/stale/failing/unverified from golden-value + freshness checks against the live source), recent check records, and the citation to the official table.

Inferred read-only
get_observations

Observation values for one series.

Inferred read-only
get_series_stats

Latest value, previous, all-time min/max, mean, and change vs the previous period and vs a year ago — computed over the verified store, with the citation attached.

Inferred read-only
create_monitor

Create a monitor: when the store's refresh lands a new period or a revised value for the series, a series.

Potential side effects
list_monitors

Monitors on your API key, with delivery health (last fired, failures, active).

Inferred read-only
delete_monitor

No description published.

Inferred read-only
answer

The flagship: ask a natural-language question about the served official statistics.

Inferred read-only
deep_analysis

The moat: a PLANNED multi-section report on a question — the engine designs 3-4 orthogonal analyses (trend, statistics, outliers, cross-series relationships), runs real Python for each in the sandbox over the verified store, and synthesizes one decision-ready report.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.starwell]
url = "https://starwell.dev/api/starwell/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "starwell": {
      "type": "http",
      "url": "https://starwell.dev/api/starwell/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: starwell
Remote MCP URL: https://starwell.dev/api/starwell/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "starwell": {
      "url": "https://starwell.dev/api/starwell/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "starwell": {
      "type": "http",
      "url": "https://starwell.dev/api/starwell/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "starwell",
  "transport": "streamable-http",
  "url": "https://starwell.dev/api/starwell/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.