Marketing
chuhching.com
Facilitates marketing outreach via podcast, curator, and creator discovery, booking, and commerce quotes.
ENDPOINT 1
https://pitchiq-mcp-production.up.railway.app/mcp
MCP server metadata
- Name
- chuhching
- Version
- 0.2.0
Chuhching MCP. Set an active workspace with pitchiq_v1_workspaces_use. Each workspace has a default AI agent — call pitchiq_v1_agents_list (or read default_agent_id from pitchiq_v1_workspaces_list) to get YOUR agent id. Tasks whose assigned_agent_id equals that id are assigned to YOU: list them with pitchiq_v1_tasks_list { assigned_to_agent: true } and execute them. When creating tasks for yourself, set assigned_agent_id to your agent id. Each workspace has a semantic 'brain' over its wiki: call pitchiq_v1_brain_get_index to see what the workspace already knows, pitchiq_v1_brain_search to recall details by meaning (matches even with different wording), and pitchiq_v1_brain_graph_query to traverse links between pages or explore a contact/deal's full context — prefer these before asking the user or creating content. For agent-driven user onboarding, start at pitchiq_v1_onboarding_get_playbook { step: "start" }.
Known tools 8
pitchiq_v1_discover_search_podcastsSearch PitchIQ's podcast directory (ListenNotes-indexed).
Inferred read-onlypitchiq_v1_discover_search_curatorsSearch PitchIQ's global Steam-curator index by name, tag, language, and audience size — for an agent marketing a game/product into a niche.
Inferred read-onlypitchiq_v1_discover_search_creatorsSearch 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.
Inferred read-onlypitchiq_v1_booking_book_guest_slotBook a confirmed guest slot on a PitchIQ host's PUBLIC booking calendar (Calendly-style).
Inferred read-onlypitchiq_v1_commerce_quote_actionGet a firm x402 price + payment requirements for any Commerce tool BEFORE committing — so an agent (or its spend policy) can budget.
Potential side effectspitchiq_v1_brain_searchSemantic search across the active workspace's wiki (the 'brain').
Inferred read-onlypitchiq_v1_brain_get_indexReturn the workspace 'brain index' — every wiki page's title, slug, and one-line summary, in hierarchy order.
Inferred read-onlypitchiq_v1_brain_graph_queryTraverse the workspace knowledge graph from a specific entity.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for railway.app was fetched 2026-08-25T20:04:34.605Z.
railway.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.