Content Tools
citynode.app
An MCP server for tracking, curating, and analyzing content discovery, including managing curators and featuring discovery nodes.
ENDPOINT 1
https://citynode.app/api/mcp
MCP server metadata
- Name
- City Nodes MCP
- Version
- 1.0.0
Known tools 66
listTenantBindingsPublic — returns hostname-to-tenant mapping used by the host's BindingResolver.
Inferred read-onlylistTenantAppsPublic — DB-backed discovery listing of active tenants with their primary hostname and attached node.
Inferred read-onlyresolveBindingByHostnamePublic — returns the binding record for a hostname (used by the host resolver).
Inferred read-onlygetNodeSummaryPublic — returns node structure, validator totals, and staking resolution.
Inferred read-onlyresolveStakingValidatorsReturns the validators that should be used for staking from this node.
Inferred read-onlytestErrorRegression-test helper that throws the requested error kind so the host error surface can be validated.
Inferred read-onlythings.listThingsLists things with optional type filtering and offset-based cursor pagination, ordered by newest first.
Inferred read-onlythings.testErrorRegression-test helper that throws the requested error kind so the host error surface can be validated.
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.city-nodes-mcp]
url = "https://citynode.app/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"city-nodes-mcp": {
"type": "http",
"url": "https://citynode.app/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: city-nodes-mcp
Remote MCP URL: https://citynode.app/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": {
"city-nodes-mcp": {
"url": "https://citynode.app/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"city-nodes-mcp": {
"type": "http",
"url": "https://citynode.app/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "city-nodes-mcp",
"transport": "streamable-http",
"url": "https://citynode.app/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.