Overview
Start here for quick context and next steps.
Accounts & Teams
Understand personal vs. team workspaces and onboarding.
MCP Configuration
Connect Cursor, Claude Desktop, or custom MCP clients.
Resources & Tools
Resource URIs, knowledge graph access, and helper tools.
Billing & Credits
Credits, consumption, and subscription tiers.
Security & Access
Authentication, rate limits, and network controls.
Every MCP client only needs an HTTPS endpoint and an access key. Use the JSON snippets below verbatim for Cursor, Claude Desktop, or any other client that speaks the Model Context Protocol.
/mcp. Some MCP clients label this transport as type: "http". Use this when your client accepts type: "http".{
"mcpServers": {
"portacall.ai": {
"type": "http",
"url": "https://api.portacall.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_ACCESS_KEY"
}
}
}
}/mcp) but explicit transport name. Session-based with POST for requests plus GET/DELETE for notifications and cleanup.{
"mcpServers": {
"portacall.ai": {
"type": "streamable-http",
"url": "https://api.portacall.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_ACCESS_KEY"
}
}
}
}~/Library/Application Support/Claude/mcp folder and restart the app.Authorization: Bearer ak_... (or an OAuth bearer token if you connected via OAuth).