← starwell.dev

INDIVIDUAL MCP TOOL

create_monitor

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

starwell.devnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for create_monitor and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

starwell.dev

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.

Related tools

  • list_sources — List the official statistical sources served by this data layer (e.
  • search_catalog — Find series across ALL sources in one call: case-insensitive search over series ids, indicator names, geographies, and dataset titles (e.
  • list_datasets — List the datasets (official releases/tables) available in one source, with coverage dates and links to the official table pages.
  • 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.
  • get_observations — Observation values for one series.
  • 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.
  • list_monitors — Monitors on your API key, with delivery health (last fired, failures, active).
  • delete_monitor — No description published.