API Tools
anythingmcp.com
A gateway that provides over 175 pre-built connectors to easily connect AI clients like Claude, ChatGPT, and Gemini to external services.
ENDPOINT 1
https://cloud.anythingmcp.com/mcp/demo
MCP server metadata
- Name
- AnythingMCP Demo
- Version
- 1.0.0
Public, read-only demo of AnythingMCP. These tools describe the product and how to use it; they expose no customer data. Start with anythingmcp_overview.
Known tools 4
anythingmcp_overviewWhat AnythingMCP is, what this demo endpoint does, and where to learn more.
Inferred read-onlyanythingmcp_get_startedHow to install and run your own AnythingMCP gateway in ~60 seconds.
Inferred read-onlyanythingmcp_connect_clientSetup instructions to connect an AI client (Claude, ChatGPT, Gemini, Copilot, Cursor) to AnythingMCP.
Inferred read-onlyanythingmcp_list_connectorsOverview of the 175+ pre-built connectors and the connector types you can build.
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.anythingmcp-demo]
url = "https://cloud.anythingmcp.com/mcp/demo"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"anythingmcp-demo": {
"type": "http",
"url": "https://cloud.anythingmcp.com/mcp/demo"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: anythingmcp-demo
Remote MCP URL: https://cloud.anythingmcp.com/mcp/demo
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": {
"anythingmcp-demo": {
"url": "https://cloud.anythingmcp.com/mcp/demo"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"anythingmcp-demo": {
"type": "http",
"url": "https://cloud.anythingmcp.com/mcp/demo"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "anythingmcp-demo",
"transport": "streamable-http",
"url": "https://cloud.anythingmcp.com/mcp/demo"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for anythingmcp.com was fetched 2026-07-27T23:28:43.366Z and is being refreshed.
anythingmcp.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.