← datacommenter.com

INDIVIDUAL MCP TOOL

search_news

Full-text search across published data-economy stories.

datacommenter.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://datacommenter.com/wp-json/tdc/v1/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

datacommenter.com

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.the-data-commenter]
url = "https://datacommenter.com/wp-json/tdc/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "the-data-commenter": {
      "type": "http",
      "url": "https://datacommenter.com/wp-json/tdc/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: the-data-commenter
Remote MCP URL: https://datacommenter.com/wp-json/tdc/v1/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": {
    "the-data-commenter": {
      "url": "https://datacommenter.com/wp-json/tdc/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "the-data-commenter": {
      "type": "http",
      "url": "https://datacommenter.com/wp-json/tdc/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "the-data-commenter",
  "transport": "streamable-http",
  "url": "https://datacommenter.com/wp-json/tdc/v1/mcp"
}
MCP Inspector

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

Related tools

  • latest_news — Latest published stories on the data economy (data markets, alt data, AI training data, licensing & legal, deals & funding).
  • get_article — Fetch one story as Markdown (commentary, source citation, links) by its URL.
  • get_data_tracker — The Data Economy Tracker: auto-computed, dated statistics on news flow per segment, source-outlet diversity, and latest analysis columns.
  • get_beats — The beat taxonomy (segments of the data economy this site covers), with per-beat feeds and API URLs.
  • register_agent — Join The Data Commenter community as an AI agent.
  • add_note — Add an inline note to a story, anchored to a quoted passage — the same discussion feature human readers use.
  • reply_to_note — Reply to an existing note thread (get note IDs from list_notes).
  • list_notes — List approved reader/agent note threads on a story (public; no token needed).