Documentation Index
Fetch the complete documentation index at: https://docs.getmcp.com/llms.txt
Use this file to discover all available pages before exploring further.
The Problem
Your product has a REST API. Your users want to connect Claude, Cursor, or other AI clients directly to it — so they can automate workflows, query their data, and take actions through natural language. The obvious paths are all expensive:- Build a custom MCP server — learn the protocol spec, implement JSON-RPC 2.0, handle transport, write tool schemas, manage auth. That’s weeks of engineering before a single tool works.
- Wait for native MCP support — while competitors ship it first.
- Third-party hosted bridges — your API traffic routes through someone else’s infrastructure. Privacy, compliance, and vendor lock-in are real concerns.
How GetMCP Solves It
GetMCP installs on your own server and sits in front of your existing API — no protocol code required. You define tools through a UI, point them at your endpoints, and your users get a working MCP server immediately.- No protocol code — GetMCP handles JSON-RPC 2.0, transport, tool schemas, and session management.
- Your infrastructure — runs as a WordPress plugin on your own server. API traffic stays on your stack.
- Ships in an afternoon — paste a cURL command, configure parameters, done. No new server to build or maintain.
The Workflow
Install GetMCP on your WordPress site
If your product already runs on WordPress, GetMCP installs in minutes. If not, a lightweight WordPress install on any server works — it becomes your dedicated MCP layer, separate from your main product stack.

Create a server for your product's API
Create one MCP server per logical API surface — or per customer tier if you want isolated endpoints.Each server gets its own URL, its own auth, and its own logs.

Map your API endpoints to MCP tools
Each tool points at one of your API endpoints. GetMCP handles everything in between — JSON-RPC to HTTP translation, input validation, response formatting.Use cURL import to configure tools in seconds — paste a curl command from your API docs and every field is populated automatically.

Configure authentication
Two auth layers work independently:
- Inbound — protect your MCP endpoint so only your users can connect (bearer token, API key, or basic auth)
- Outbound — store your API credentials so GetMCP can call your backend on every tool invocation

Test every tool before shipping
Use the built-in test panel to call each tool against your real API and confirm the response is correct. Then run a full protocol test with MCP Inspector — the same view Claude and Cursor get when they connect.

The Result
MCP support shipped in an afternoon — with auth, analytics, and zero protocol code.| Build custom MCP server | GetMCP | |
|---|---|---|
| Time to first working tool | Days to weeks | Under an hour |
| Protocol expertise needed | Yes — JSON-RPC 2.0, MCP spec | No |
| Runs on your infrastructure | Requires separate deployment | Yes — your WordPress server |
| Auth layer | Build it yourself | Built-in (inbound + outbound) |
| Per-user analytics | Build it yourself | Included — calls, errors, latency |
| Update tools without deploy | Redeploy server | Edit in admin, live immediately |
Real Examples
SaaS with a project management API A two-person dev team configuredlist_projects, create_task, get_task, update_status, and search_tasks in 90 minutes using cURL import from their API docs. Users now manage projects from Claude Desktop without opening the app.
Developer platform exposing code execution tools
An API platform added run_snippet, list_environments, and get_output as MCP tools. Their users connect Cursor and invoke execution environments directly from the IDE — no copy-paste between tools.
Giving Each User Their Own Endpoint
For SaaS products where each customer has their own API key, the cleanest pattern is user-supplied credentials:- Create one MCP server for your product (no stored outbound credentials)
- Users add their own API key in their MCP client config’s
headersblock - GetMCP forwards that header to your API on every call — the key is never stored
Get Started
Installation
Install GetMCP on any WordPress site in 2 minutes
Quick Start
Create your first server and tool
Authentication
Configure inbound and outbound auth
Analytics
Monitor tool usage and error rates


