← allmcps.com

INDIVIDUAL MCP TOOL

boost_mcp_server

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

allmcps.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for boost_mcp_server and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.
  • A tool name or description suggests a financial action.

Parent server

allmcps.com

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.

Related tools

  • search_mcp_servers — Search the AllMCPs directory for Model Context Protocol (MCP) servers by keyword or category.
  • get_mcp_install_config — Get the exact claude_desktop_config.json setup snippet and documentation for a specific MCP server by ID.
  • recommend_mcp_stack — Recommend a curated multi-tool MCP server stack for a specific developer role or workflow (e.g.
  • list_mcp_categories — List all categories available in the AllMCPs directory along with server counts.
  • get_boost_pricing — Get pricing and features for boosting / featuring an MCP server on AllMCPs.com.
  • get_boost_status — Check current boost status, verified badge level, and sponsorship expiration for an MCP server by ID.
  • submit_mcp_server — Programmatically submit a new MCP server repository to AllMCPs.com for indexing and review.
  • verify_mcp_claim — Verify ownership and claim an MCP server listing by checking GitHub README badge, website badge, or DNS TXT record.