v1.3.0August 15, 2026Latest release
Precision responses, privacy guardrails, and the newest MCP spec
- JMESPath response pruning — filter, project, and reshape any API response before it reaches the model, so tools return exactly the fields that matter (JSONPath selectors keep working)
- Built-in PII redaction with one-toggle presets for email addresses, phone numbers, credit cards, SSNs, and IP addresses — sensitive data is scrubbed server-side before a response ever leaves your site
- Full support for the latest MCP specification (2026-07-28) — stateless transport, cached discovery, and strict header validation, negotiated automatically so every client old or new just works
- Connection variables — fixed per-server values or per-user request headers, so one server cleanly handles customer-specific domains and data-center regions (US1, EU1, …)
- New Claude Desktop connector method, offered automatically based on your server's auth type — connect without touching a config file
- Smarter imported-tool execution — declared parameters now override URL-baked query values, and numeric schema defaults are normalized on read
- Admin app self-recovers stale browser tabs after an update — no more hard refresh after upgrading
v1.2.0July 7, 2026Feature
Chat — talk to your MCP servers without leaving WordPress
- New Chat playground — hold a real conversation with any of your MCP servers, watch tools get called live, and verify behavior before a single client connects
- Bring your own model — one-click AI provider setup that imports API keys straight from WordPress Connectors, encrypted with libsodium and never exposed to the browser
- Per-user chat access controls — let teammates test servers without granting them server administration
- Faster tool discovery responses and tightened CORS preflight handling across all connection methods
v1.1.0June 2, 2026Feature
Import an entire API in one paste
- OpenAPI 3.0 / 3.1 import — point at a spec and every endpoint becomes a ready-to-edit MCP tool, schemas included
- Swagger 2.0 support for the APIs that never upgraded
- Postman collection import (v2.1) — folders, auth, and request bodies come across intact
- Smarter parameter mapping on imported endpoints, with per-tool review before anything goes live
v1.0.0May 1, 2026Initial release
GetMCP 1.0 — turn any API into an MCP server
- Visual MCP server builder inside WordPress — no protocol code required
- cURL import — paste a request, get a working tool
- Tools, prompts, and resources, all first-class
- API Key, Bearer, Basic, and OAuth 2.1 with auto-refresh
- Per-client rate limits, audit logs, and built-in playground
- Self-hosted on your WordPress — your data, your domain, your call volume