Build, Test, and Shape MCPs · Secure & Private

Shape anything
into MCP.

The universal bridge between your code and AI agents.

Test remote MCP servers live in the browser. Search 1400+ APIs to find your MCP URL instantly.Convert TypeScript, SQL, GraphQL, Prisma, .env, and JSON into agent-ready tools. Secure, private, and deterministic.

TypeScript
SQL / Prisma
GraphQL
.env / Config
JSON / Schema
MCP / Handshake
INPUT
model User {
  id Int @id @default(autoincrement())
  email String @unique
  name String?
}_
OUTPUT
{
  "type": "object",
  "properties": {
    "id": { "type": "integer" },
    "email": { "type": "string" },
    "name": { "type": ["string", "null"] }
  },
  "required": ["id", "email"]
}

Your code already has the structure.

Every TypeScript function, every SQL table, every GraphQL type — they already describe exactly what your agent needs to know. You're just not speaking MCP yet.

what you have
export async function getUser(id: string) {
  return db.users.find({ id });
}
what ShapeMCP gives you
{
  "name": "getUser",
  "inputSchema": {
    "type": "object",
    "properties": { "id": { "type": "string" } }
  }
}

10 tools.

Each one converts a different input into agent-ready output.

How it works.

1

Paste your input

Drop in a TypeScript file, SQL schema, GraphQL type, .env file, or raw JSON. ShapeMCP auto-detects the format.

2

ShapeMCP converts it

Pure deterministic parsing. Deep static analysis. No network call. The TypeScript compiler API, SQL parser, GraphQL parser — all running in milliseconds.

3

Copy your MCP output

Get MCP tool definitions, JSON Schemas, server configs — ready to paste into Claude, Cursor, Windsurf, or your own agent.

"

Secure, deterministic output.

Every conversion is deterministic. Same input, same output, every single time. 100% private. No external API costs. No rate limits. Works offline.

Zero Data Leaks
< 100ms
100% deterministic

Test any MCP server.

Paste a remote MCP server URL. ShapeMCP discovers all tools automatically, renders a test form for each one, calls them live, and scores their quality — all in the browser.

→ Try MCP Tester
NEW

API → MCP Bridge.

Search the largest directory of public APIs or bridge your own. Get instant MCP URLs, auto-generated schemas, and live documentation for any REST endpoint.

→ Search APIs

Start shaping.

10 tools. Secure & private. Open source.