Developer Tools
protogrid.dev
An MCP registry server that enables searching and retrieving metadata, tool schemas, and connection details for other MCP servers.
ENDPOINT 1
https://api.protogrid.dev/mcp
MCP server metadata
- Name
- protogrid
- Version
- 0.2.0
protogrid is a registry of MCP servers mirrored from the official registry and enriched with credential-free probes. Flow: search(q) → get_server(name) or list_tools(name) → get_connection(name, target) → connect with your own MCP client using the returned block. connection_class: R0 = remote, no auth (connect now); R1 = remote, needs a static secret you already hold (${NAME} placeholders); R2 = remote OAuth (one human consent); L0 = local package (must be executed on your side); unknown = not yet classified. Trust scores are derived from observable signals only; no code audit is implied. Every result carries next_actions with ready-to-use arguments.
Known tools 4
list_toolsEvery current tool of a server with full input/output schemas, paginated by tool name.
Inferred read-onlyget_connectionMinimal connection block for the preferred remote (or package) with ${SECRET} placeholders, formatted for a target client.
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.protogrid]
url = "https://api.protogrid.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"protogrid": {
"type": "http",
"url": "https://api.protogrid.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: protogrid
Remote MCP URL: https://api.protogrid.dev/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": {
"protogrid": {
"url": "https://api.protogrid.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"protogrid": {
"type": "http",
"url": "https://api.protogrid.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "protogrid",
"transport": "streamable-http",
"url": "https://api.protogrid.dev/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.