This plugin that helps you maintain and integrate third-party APIs using APIMatic's Context Plugin Catalog MCP server.
When you ask your agent to integrate an external API — Paypal, Maxio, Spotify, or others — this plugin guides it through a structured discovery workflow:
- Discover available API SDKs for your project's language via
list_apis - Get guidance on authentication, endpoints, and code samples via
ask - Look up specific SDK models and methods via
model_searchandendpoint_search
Your agent never guesses at API capabilities — it always queries the official documentation for up-to-date SDK information and code samples.
- No API key required — the Context Plugin Catalog MCP server is publicly accessible
To use the Context Plugin Catalog MCP server without this plugin, add the following to your MCP config:
{
"mcpServers": {
"context-plugin-catalog": {
"url": "https://chatbotapi.apimatic.io/mcp/catalog"
}
}
}Once installed, describe what you want to build and the skill activates automatically:
- "Integrate Stripe payments into my checkout flow"
- "Add SendGrid email sending to my Node app"
- "Set up Twilio SMS notifications in my Python service"
You can also invoke the skill directly (exact command may vary by tool or editor):
/apimatic:context-plugin-catalog integrate Stripe payments
typescript · javascript · python · csharp · java · go · ruby · php
The language is inferred automatically from your project's files (e.g. .csproj → C#, package.json + TypeScript → typescript).
| Path | Purpose |
|---|---|
.cursor-plugin/plugin.json |
Plugin manifest |
skills/context-plugin-catalog/SKILL.md |
API integration skill |
.mcp.json |
APIMatic MCP server configuration |
assets/logo.svg |
Plugin logo |