← citablehub.com

INDIVIDUAL MCP TOOL

citablehub_listing

Create or refresh the public CitableHub directory listing for a registered platform.

citablehub.comnone authenticationAvailability not checked

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 endpoint

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

.mcp.json

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

Settings → Connectors → Add custom connector

Name: citablehub
Remote MCP URL: https://citablehub.com/api/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": {
    "citablehub": {
      "url": "https://citablehub.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • citablehub_register — Register a SaaS platform with CitableHub so it can be made discoverable and citable by AI search engines.
  • citablehub_analyze — Audit a registered platform and return its GEO (Generative Engine Optimization) score from 0-100 with a per-dimension breakdown and concrete recommendations.
  • citablehub_generate — Generate ready-to-paste GEO assets for a registered platform: llms.txt, /.well-known/ai-plugin.json, and a FAQPage JSON-LD block.
  • citablehub_badge — Return the embeddable "Citable Verified" badge for a platform (HTML + Markdown).