Skip to content

rakthainet-dkh/context-matic

v0.1.0MIT

Coding agents hallucinate APIs. ContextMatic gives them curated, versioned API and SDK docs. Ask your agent to "integrate the payments API" and it guesses — falling back on outdated training data and generic patterns that don't match your actual SDK. ContextMatic solves this by giving the agent deterministic, version-aware, SDK-native context at the exact moment it's needed.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

context-maticstreamable-http
{
  "type": "streamable-http",
  "url": "https://chatbotapi.apimatic.io/mcp/plugins",
  "headers": {
    "X-Apimatic-Mcp-Client": "VsCode"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "context-matic",
  "description": "Coding agents hallucinate APIs. ContextMatic gives them curated, versioned API and SDK docs. Ask your agent to \"integrate the payments API\" and it guesses — falling back on outdated training data and generic patterns that don't match your actual SDK. ContextMatic solves this by giving the agent deterministic, version-aware, SDK-native context at the exact moment it's needed.",
  "version": "0.1.0",
  "keywords": [
    "api-context",
    "api-integration",
    "mcp",
    "sdk",
    "apimatic",
    "third-party-apis",
    "sdks"
  ],
  "author": {
    "name": "APIMatic",
    "email": "developer@apimatic.io"
  },
  "homepage": "https://www.apimatic.io",
  "repository": "https://github.com/github/awesome-copilot",
  "license": "MIT",
  "extensions": {
    "com.github.awesome-copilot": {
      "skills": [
        "./skills/integrate-context-matic/",
        "./skills/onboard-context-matic/"
      ]
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.github.awesome-copilot