← Back to Plugins
MCP Server MCP

Quackr

github By github 👁 3 views ▲ 0 votes

Virtual phone numbers for SMS verification, OTP receipt, and number management.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.quackr.io/",
      "headers": [
        {
          "description": "Bearer token in the form 'Bearer <your Quackr API key>', from your profile page at quackr.io",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "quackr-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Quackr API key, from your profile page at quackr.io",
          "isRequired": true,
          "isSecret": true,
          "name": "QUACKR_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...