MCP Server
MCP
Quackr
Virtual phone numbers for SMS verification, OTP receipt, and number management.
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
By
Comments
Sign in to leave a comment