API Tools
starwell.dev
Provides access to official statistical sources, allowing users to search, retrieve metadata, and fetch observations from various datasets.
ENDPOINT 1
https://starwell.dev/api/starwell/mcp
MCP server metadata
- Name
- Starwell
- Version
- 1.0.0
Known tools 11
search_catalogFind series across ALL sources in one call: case-insensitive search over series ids, indicator names, geographies, and dataset titles (e.
Inferred read-onlylist_datasetsList the datasets (official releases/tables) available in one source, with coverage dates and links to the official table pages.
Inferred read-onlyget_seriesFull 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-onlyget_series_statsLatest 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-onlycreate_monitorCreate a monitor: when the store's refresh lands a new period or a revised value for the series, a series.
Potential side effectslist_monitorsMonitors on your API key, with delivery health (last fired, failures, active).
Inferred read-onlyanswerThe flagship: ask a natural-language question about the served official statistics.
Inferred read-onlydeep_analysisThe 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.