v0.2.0 — API Server MCP now available

TurnanycodebaseintoanMCPserver.

Just pass a GitHub URL or upload your project.
Get a live MCP endpoint in 30 seconds.
No Docker. No config. No devops.

No credit card required  ·  1 free server  ·  Takes ~30 seconds

GitHub stars·Beta users at YC companies·Built in public

Server types

Three types of server, one platform.

API Server

From GitHub, OpenAPI, or YAML

call_endpoint
list_endpoints
describe_tool
run_query

Skill Server

From Markdown & Documents

search_skills
get_skill
list_skills

Memory Server

Powered by Supermemory

save_memory
search_memory
get_user_profile
list_memories
forget

Live demo

From codebase to live endpoint
in under 30 seconds.

Claude analyzes your API, writes every tool, runs tests against the real endpoint, and fixes failures — automatically.

mcp-anything — generating intercom-mcp
mcp-anything cloud
✓ Analyzing codebase (47 tools)...
✓ Designing 47 tools...
✓ Implementing server...
✓ Testing all tools (44/47 passed)...
→ Fixing: create_contact, update_webhook, delete_item
✓ All tools validated
✓ Deploying to mcp-anything.com...
 
● Ready
https://abc123.mcp-anything.com/sse

Gateway

One endpoint.
Unlimited tools.

Connect every MCP server you have to a single Gateway URL. Tools are discovered on-demand via semantic search — your LLM finds what it needs without burning tokens on what it doesn't.

Gatewayworkspace-xyz.mcp-anything.com/sse

Connected servers · 20 tools total

intercom
create_contactlist_conversationssend_messageupdate_contactclose_ticket
stripe
create_customercharge_cardlist_invoicescreate_subscriptionrefund_charge
github
create_issuelist_pull_requestsmerge_prcreate_branchadd_comment
postgres
run_queryinsert_rowupdate_rowdelete_rowdescribe_table
Tokens loaded
12,400/ cycle

LLM query

Waiting for query…

Semantic search

Tools exposed to LLM

1

Gateway URL for all servers

~30ms

Semantic tool lookup latency

98%

Fewer tokens per LLM call

Capabilities

Everything you need.

Auto error fixing

Claude tests every tool and fixes bugs before deployment. Ships only when all tools pass.

Any API source

OpenAPI, GitHub URL, live API — paste a URL or drop a file and we handle the rest.

Skill Servers

Upload markdown docs and create a searchable knowledge MCP server. No vector DB needed.

Memory Servers

Persistent memory powered by Supermemory. Your AI remembers across sessions and users.

MCP Gateway

One unified endpoint for all your servers. Toggle tools on/off. Rotate tokens.

Gateway Chat

Test your tools in a live chat right in the dashboard. No client setup required.

Live in 30 seconds

No Docker, no config, no DevOps. Paste your spec and get a live SSE endpoint.

Always on

We host and monitor 24/7. Automatic restarts on failure.

MCP Gateway

One URL for all your servers.

Stop managing five config entries. Our gateway merges all your MCP servers into a single endpoint.

Before
mcp.json — 5 servers
{
  "mcpServers": {
    "intercom": {
      "url": "https://intercom.mcp..."
    },
    "stripe": {
      "url": "https://stripe.mcp..."
    },
    "github": {
      "url": "https://github.mcp..."
    },
    "postgres": {
      "url": "https://pg.mcp..."
    },
    "slack": {
      "url": "https://slack.mcp..."
    }
  }
}
After
mcp.json — gateway
{
  "mcpServers": {
    "workspace": {
      "url": "https://ws-xyz
        .mcp-anything
        .com/sse"
    }
  }
}

Pricing

Simple, honest pricing.

Start free. No credit card. Scale when you need to.

Free

$0
1 server
Community support

Enterprise

Custom
Unlimited
Dedicated support
SSO
Custom contracts
Contact us →

FAQ

Common questions.

Your MCP server,
live in 30 seconds.

Paste a URL. Claude does the rest. No code, no config, no infrastructure to manage.

Read the docs

No credit card required · 1 free server · Takes ~30 seconds

type-mcp