By apimatic
General-purpose AI models are trained on public code and documentation, much of it outdated. They have no awareness of an actual API version, latest SDKs or the recommended workflows. ContextMatic give coding assistants deterministic, version-aware API context, generated directly from your API definition and SDKs. Instead of scraping public documentation or guessing from memory, the AI is grounded in the exact OpenAPI definition, current SDK versions, executable, idiomatic code samples, and recommended integration workflows.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Discovers and integrates third-party APIs using the context-matic MCP server. Uses `fetch_api` to find available API SDKs, `ask` for integration guidance, `model_search` and `endpoint_search` for SDK details. Use when the user asks to integrate a third-party API, add an API client, implement features with an external API, or work with any third-party API or SDK.
Interactive onboarding tour for the context-matic MCP server. Walks the user through what the server does, shows all available APIs, lets them pick one to explore, explains it in their project language, demonstrates model_search and endpoint_search live, and ends with a menu of things the user can ask the agent to do. USE FOR: first-time setup; "what can this MCP do?"; "show me the available APIs"; "onboard me"; "how do I use the context-matic server"; "give me a tour". DO NOT USE FOR: actually integrating an API end-to-end (use integrate-context-matic instead).
External network access
Connects to servers outside your machine
SDK-native API context, delivered directly into your AI coding agent.
Coding agents hallucinate APIs. APIMatic Context gives them curated, versioned API and SDK docs.
When a developer asks their agent to "integrate the payments API," it normally guesses, pulling from outdated training data or generic patterns that don't match the actual SDK. ContextMatic solves this by giving the agent authoritative, version-aware, SDK-native context at the exact moment it's needed.
Install ContextMatic in your coding agent:
Prerequisite: Cursor v2.6.14 or higher is required for ContextMatic
This Cursor deeplink embeds the Cursor-specific MCP configuration directly and adds the MCP server only.
Use prompts like these:
/create-skill [paste skills/integrate-context-matic/SKILL.md here]
/create-skill [paste skills/onboard-context-matic/SKILL.md here]
context-matic MCP server is enabled by Ctrl+Shift+P > >View: Open MCP Settings > context-matic > enablePrerequisite: Claude Code v2.1.92 or higher is required for ContextMatic
Note: Publishing to the Claude plugins Marketplace is in progress.
Install in Claude Code with these commands:
/plugin marketplace add apimatic/plugin-marketplace
/plugin install context-matic@apimatic
If prompted, choose Install for you (user scope)..
/reload-plugins
/mcp
Prerequisite: Visual Studio Code v1.114.0 or higher is required for ContextMatic
Install it directly in VS Code from the Awesome Copilot Marketplace:
Ctrl+Shift+X.@agentPlugins context-matic
context-matic MCP server is enabled by Ctrl+Shift+P > >MCP: List Servers > context-matic > enableAfter installing, use the /onboard-context-matic skill to get an interactive guided tour. The agent will explain the four MCP tools, show you all available APIs, let you pick one to explore, and demonstrate live lookups with runnable code samples:
/onboard-context-matic
The marketplace also ships acp-paypal — a PayPal-focused plugin built on the same SDK-native context engine. It adds the acp-paypal-server-sdk-cs MCP server, an /integrate-paypal skill, and two specialized subagents:
paypal-plan — a read-only planner that produces a precise, SDK-contract-grounded PayPal integration plan (endpoints, models, auth) before any code is written.paypal-debug — diagnoses and fixes PayPal API issues in your project, verifying every change against the MCP server.Install it alongside (or instead of) ContextMatic:
/plugin marketplace add apimatic/plugin-marketplace
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub apimatic/plugin-marketplace --plugin context-maticGeneral-purpose AI models are trained on public code and documentation, much of it outdated. They have no awareness of an actual API version, latest SDKs or the recommended workflows. ContextMatic give coding assistants deterministic, version-aware API context, generated directly from your API definition and SDKs. Instead of scraping public documentation or guessing from memory, the AI is grounded in the exact OpenAPI definition, current SDK versions, executable, idiomatic code samples, and recommended integration workflows.
Integrate and debug PayPal APIs in your project using the acp-paypal MCP server. Provides paypal-plan and paypal-debug agents grounded in the exact PayPal SDK, endpoints, and models.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.