mta-api-plugin

benussi/mta-api-plugin
★ 0 stars JavaScript 🤖 AI/LLM Updated today
Claude Code plugin for MTA API integration: live-docs MCP server, integration agent, validation skill, structured-feedback skeleton.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mta-api-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "benussi/mta-api-plugin"
      ]
    }
  }
}

README Excerpt

Built for the MTA platform engineer who is tired of answering the same API integration questions. This plugin lets external and internal developers integrate the MTA real-time feeds inside Claude Code: ask a question in plain English, get correct working code grounded in MTA's live docs, validate it against MTA-specific best practices, and leave structured feedback that the platform team uses to prioritize docs and API improvements.