Let AI agents autonomously create accounts on any service. Pay per signup with x402. No human intervention needed.
POST to /signup with the service name. Pay via x402 (USDC on Base). Get a job ID back.
Portal navigates the signup flow, solves CAPTCHAs, verifies email, and extracts API keys.
Poll for completion, then GET /credentials/:id. One-time retrieval, encrypted, auto-expires.
Give any MCP-compatible agent instant signup capabilities.
# Add to your mcp.json
{
"mcpServers": {
"portal": {
"command": "npx",
"args": ["@getportal/mcp"]
}
}
}
# Or run directly
npx @getportal/mcp
No more signing up for services on behalf of your AI. Let it handle itself.