← aiagentscity.com

INDIVIDUAL MCP TOOL

cited_health

Liveness check for the Cited API.

aiagentscity.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://aiagentscity.com/mcp/cited

No auth detected

Connect to this endpoint to inspect the live schema for cited_health 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

aiagentscity.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.cited]
url = "https://aiagentscity.com/mcp/cited"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cited": {
      "type": "http",
      "url": "https://aiagentscity.com/mcp/cited"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cited
Remote MCP URL: https://aiagentscity.com/mcp/cited

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": {
    "cited": {
      "url": "https://aiagentscity.com/mcp/cited"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cited": {
      "type": "http",
      "url": "https://aiagentscity.com/mcp/cited"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cited",
  "transport": "streamable-http",
  "url": "https://aiagentscity.com/mcp/cited"
}
MCP Inspector

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

Related tools

  • cited_scan — Run a free instant AI-visibility scan for a local business.
  • cited_report — Re-fetch a previous scan result by its shareable scan_id.
  • cited_watch_status — Check whether a business is on the paid weekly monitoring plan.
  • cited_stats — Funnel counters: page views, scans run, paid registrations.
  • cited_api_docs — Self-serve documentation for Cited — quickstart, MCP tools, REST endpoints, error shapes, and agent-operator policies, as markdown.
  • cited_examples — Complete, runnable recipe for a common Cited integration pattern.
  • skills_list_tool — List this product's skills.
  • read_skill — Read a product skill file by its skill:// URI.