← Back to Plugins
MCP Server MCP

Apiosk Connect

github By github 👁 1 views ▲ 0 votes

Discover, pay for, execute, and publish APIs through Apiosk.

Homepage Verified source GitHub

Install

npx -y @apiosk/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.apiosk.com/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@apiosk/mcp",
      "version": "1.7.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional wallet private key for automatic x402 payments.",
          "format": "string",
          "isSecret": true,
          "name": "APIOSK_PRIVATE_KEY"
        },
        {
          "description": "Optional dashboard-managed access token.",
          "format": "string",
          "isSecret": true,
          "name": "APIOSK_CONNECT_TOKEN"
        }
      ]
    },
    {
      "registryType": "pypi",
      "identifier": "apiosk-mcp",
      "version": "1.7.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional wallet private key for automatic x402 payments.",
          "format": "string",
          "isSecret": true,
          "name": "APIOSK_PRIVATE_KEY"
        },
        {
          "description": "Optional dashboard-managed access token.",
          "format": "string",
          "isSecret": true,
          "name": "APIOSK_CONNECT_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm pypi

Comments

Sign in to leave a comment

Loading comments...