Developer Tools
allmcps.com
Searches the AllMCPs directory for MCP servers, retrieves installation configs, recommends MCP stacks, lists categories, and provides boost pricing.
ENDPOINT 1
https://allmcps.com/.well-known/mcp
MCP server metadata
- Name
- AllMCPs Directory Server
- Version
- 1.4.0
Known tools 11
search_mcp_serversSearch the AllMCPs directory for Model Context Protocol (MCP) servers by keyword or category.
Inferred read-onlyget_mcp_install_configGet the exact claude_desktop_config.json setup snippet and documentation for a specific MCP server by ID.
Inferred read-onlyrecommend_mcp_stackRecommend a curated multi-tool MCP server stack for a specific developer role or workflow (e.g.
Inferred read-onlylist_mcp_categoriesList all categories available in the AllMCPs directory along with server counts.
Inferred read-onlyget_boost_pricingGet pricing and features for boosting / featuring an MCP server on AllMCPs.com.
Inferred read-onlyboost_mcp_serverInitiate a sponsorship / boost order for an MCP server by ID, returning a Stripe checkout session URL and x402 invoice.
Potential side effectsget_boost_statusCheck current boost status, verified badge level, and sponsorship expiration for an MCP server by ID.
Inferred read-onlysubmit_mcp_serverProgrammatically submit a new MCP server repository to AllMCPs.com for indexing and review.
Inferred read-onlyverify_mcp_claimVerify ownership and claim an MCP server listing by checking GitHub README badge, website badge, or DNS TXT record.
Inferred read-onlyregister_mcp_agentStart unattended-agent registration: emails a 6-digit confirmation code to the given address.
Inferred read-onlyconfirm_mcp_agentExchange the 6-digit code emailed by register_mcp_agent for a durable bearer token (90-day TTL).
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.allmcps-directory-server]
url = "https://allmcps.com/.well-known/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"allmcps-directory-server": {
"type": "http",
"url": "https://allmcps.com/.well-known/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: allmcps-directory-server
Remote MCP URL: https://allmcps.com/.well-known/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": {
"allmcps-directory-server": {
"url": "https://allmcps.com/.well-known/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"allmcps-directory-server": {
"type": "http",
"url": "https://allmcps.com/.well-known/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "allmcps-directory-server",
"transport": "streamable-http",
"url": "https://allmcps.com/.well-known/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.