← chuhching.com
INDIVIDUAL MCP TOOL
pitchiq_v1_brain_graph_query
Traverse the workspace knowledge graph from a specific entity.
LIVE ENDPOINT
https://pitchiq-mcp-production.up.railway.app/mcp
Connect to this endpoint to inspect the live schema for pitchiq_v1_brain_graph_query 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
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.chuhching]
url = "https://pitchiq-mcp-production.up.railway.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"chuhching": {
"type": "http",
"url": "https://pitchiq-mcp-production.up.railway.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: chuhching
Remote MCP URL: https://pitchiq-mcp-production.up.railway.app/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": {
"chuhching": {
"url": "https://pitchiq-mcp-production.up.railway.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"chuhching": {
"type": "http",
"url": "https://pitchiq-mcp-production.up.railway.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "chuhching",
"transport": "streamable-http",
"url": "https://pitchiq-mcp-production.up.railway.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
pitchiq_v1_discover_search_podcasts— Search PitchIQ's podcast directory (ListenNotes-indexed).pitchiq_v1_discover_search_curators— Search PitchIQ's global Steam-curator index by name, tag, language, and audience size — for an agent marketing a game/product into a niche.pitchiq_v1_discover_search_creators— Search PitchIQ's global Twitch/YouTube creator index by name, category, language, audience size, and whether they accept review keys — for an agent seeking creators to cover a game/product.pitchiq_v1_booking_book_guest_slot— Book a confirmed guest slot on a PitchIQ host's PUBLIC booking calendar (Calendly-style).pitchiq_v1_commerce_quote_action— Get a firm x402 price + payment requirements for any Commerce tool BEFORE committing — so an agent (or its spend policy) can budget.pitchiq_v1_brain_search— Semantic search across the active workspace's wiki (the 'brain').pitchiq_v1_brain_get_index— Return the workspace 'brain index' — every wiki page's title, slug, and one-line summary, in hierarchy order.