Developer Tools
pubfi.ai
Provides local, offline inspection and execution of Registry v2 routes for development and testing.
ENDPOINT 1
https://mcp.pubfi.ai
MCP server metadata
- Name
- pubfi-rust-mcp
- Version
- 0.1.63
Known tools 5
pubfi.capabilities.searchSearch the currently installed Registry v2 capability snapshot without querying PostgreSQL, the Control Plane, or upstream providers.
Inferred read-onlypubfi.route.planPlan an exact Registry v2 route from the installed in-memory generation without executing an upstream request or creating usage.
Inferred read-onlypubfi.route.executeExecute one exact GET or POST path through the same Registry v2 matcher, credential authority, and typed executor as the HTTP gateway.
Potential side effectspubfi.route.explainExplain a route decision using only the currently installed Registry v2 catalog and its exact generation and manifest identity.
Inferred read-onlypubfi.schema.getReturn the current Registry-aware MCP input and output schema for a named tool, including the installed generation and dynamic routes.
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.pubfi-rust-mcp]
url = "https://mcp.pubfi.ai"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pubfi-rust-mcp": {
"type": "http",
"url": "https://mcp.pubfi.ai"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pubfi-rust-mcp
Remote MCP URL: https://mcp.pubfi.ai
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": {
"pubfi-rust-mcp": {
"url": "https://mcp.pubfi.ai"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pubfi-rust-mcp": {
"type": "http",
"url": "https://mcp.pubfi.ai"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pubfi-rust-mcp",
"transport": "streamable-http",
"url": "https://mcp.pubfi.ai"
}
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.