← Back to Plugins
MCP Server MCP

io.github.hiroshic9-png/edition-api

github By github 👁 1 views ▲ 0 votes

Japan business regulations, compliance, travel, protocols, memory — 10 knowledge domains, 23 tools.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "edition-mcp-server",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "EDITION API base URL",
          "format": "string",
          "name": "EDITION_API_URL"
        },
        {
          "description": "API key for authentication (free beta key provided by default)",
          "format": "string",
          "isSecret": true,
          "name": "EDITION_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...