Distributed Systems Tool Gateway
tools.distributed.systems
· Distributed Systems & Co.
Distributed Systems tool gateway — a meta-router MCP server. Connect once and semantically discover + execute 2,500+ tools across 40+ backends (web search, embeddings, deep research, email, finance, maps, monitoring, CRM, and more) through tool_search / execute meta-tools with lazy schema loading. Backed by Jina and Parallel search, per-tool OAuth, and a free discovery tier.
tools.distributed.systems via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
C
Conformance score: 66/100
C-grade: usable but has clear conformance issues, review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-07 10:53:20 current | 6108b583f410… |
view → |
Endpoints
| Agent card | https://tools.distributed.systems/.well-known/agent-card.json |
| Provider | https://tools.distributed.systems |
| Docs | https://tools.distributed.systems/docs |
Skills · 4 declared · mapped to canonical taxonomy
Natural-language search over the full tool catalog; returns ranked tools with schemas on demand (lazy loading — never ship 2,500 schemas into context).
Execute a discovered tool by name with JSON arguments; sync, streaming, and job execution modes.
Multi-source research synthesis (deep_search) and web-scale entity prospecting (find_all).
Jina v3/v4 embeddings (task adapters, Matryoshka dims), reranking, classification, and segmentation.
Health · last 20 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/tools.distributed.systems) [](https://agenstry.com/agents/tools.distributed.systems) [](https://agenstry.com/agents/tools.distributed.systems) [](https://agenstry.com/agents/tools.distributed.systems)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "0.3.0",
"name": "Distributed Systems Tool Gateway",
"description": "Distributed Systems tool gateway \u2014 a meta-router MCP server. Connect once and semantically discover + execute 2,500+ tools across 40+ backends (web search, embeddings, deep research, email, finance, maps, monitoring, CRM, and more) through tool_search / execute meta-tools with lazy schema loading. Backed by Jina and Parallel search, per-tool OAuth, and a free discovery tier.",
"url": "https://tools.distributed.systems/mcp",
"preferredTransport": "JSONRPC",
"provider": {
"organization": "Distributed Systems & Co.",
"url": "https://tools.distributed.systems"
},
"version": "1.0.0",
"documentationUrl": "https://tools.distributed.systems/docs",
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": false
},
"securitySchemes": {
"oauth2": {
"type": "oauth2",
"description": "OAuth 2.0 \u2014 see /.well-known/oauth-protected-resource"
},
"bearer": {
"type": "http",
"scheme": "bearer"
}
},
"security": [
{
"oauth2": []
},
{
"bearer": []
}
],
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"skills": [
{
"id": "tool_search",
"name": "Semantic tool discovery",
"description": "Natural-language search over the full tool catalog; returns ranked tools with schemas on demand (lazy loading \u2014 never ship 2,500 schemas into context).",
"tags": [
"meta",
"discovery",
"routing"
],
"examples": [
"find a tool that searches the web"
]
},
{
"id": "execute_tool",
"name": "Execute any catalog tool",
"description": "Execute a discovered tool by name with JSON arguments; sync, streaming, and job execution modes.",
"tags": [
"meta",
"execution"
],
"examples": [
"execute search with {\"query\": \"...\"}"
]
},
{
"id": "deep_research",
"name": "Deep research",
"description": "Multi-source research synthesis (deep_search) and web-scale entity prospecting (find_all).",
"tags": [
"research",
"search"
],
"examples": [
"research the current state of MCP registries"
]
},
{
"id": "embeddings",
"name": "Embeddings & reranking",
"description": "Jina v3/v4 embeddings (task adapters, Matryoshka dims), reranking, classification, and segmentation.",
"tags": [
"embeddings",
"retrieval"
],
"examples": [
"embed this passage for retrieval"
]
}
]
}