← Registry

Developer Tools

allmcps.com

Searches the AllMCPs directory for MCP servers, retrieves installation configs, recommends MCP stacks, lists categories, and provides boost pricing.

1 endpoint11 known toolsFirst detected August 6, 2026Last detected September 13, 2026

ENDPOINT 1

https://allmcps.com/.well-known/mcp

No auth detected

MCP server metadata

Name
AllMCPs Directory Server
Version
1.4.0
Capabilities
tools

Known tools 11

search_mcp_servers

Search the AllMCPs directory for Model Context Protocol (MCP) servers by keyword or category.

Inferred read-only
get_mcp_install_config

Get the exact claude_desktop_config.json setup snippet and documentation for a specific MCP server by ID.

Inferred read-only
recommend_mcp_stack

Recommend a curated multi-tool MCP server stack for a specific developer role or workflow (e.g.

Inferred read-only
list_mcp_categories

List all categories available in the AllMCPs directory along with server counts.

Inferred read-only
get_boost_pricing

Get pricing and features for boosting / featuring an MCP server on AllMCPs.com.

Inferred read-only
boost_mcp_server

Initiate a sponsorship / boost order for an MCP server by ID, returning a Stripe checkout session URL and x402 invoice.

Potential side effects
get_boost_status

Check current boost status, verified badge level, and sponsorship expiration for an MCP server by ID.

Inferred read-only
submit_mcp_server

Programmatically submit a new MCP server repository to AllMCPs.com for indexing and review.

Inferred read-only
verify_mcp_claim

Verify ownership and claim an MCP server listing by checking GitHub README badge, website badge, or DNS TXT record.

Inferred read-only
register_mcp_agent

Start unattended-agent registration: emails a 6-digit confirmation code to the given address.

Inferred read-only
confirm_mcp_agent

Exchange the 6-digit code emailed by register_mcp_agent for a durable bearer token (90-day TTL).

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.