Singularity · Connect your tools

Add credentials so your MCP clients (Claude, Glama, …) can execute hosted tools through the audited gateway.

Sign in

First time? Create an account

Use the same email and password you used when authorizing Claude — credentials are scoped to that account.

Singularity · Connect your tools

Signed in as — sign out

Available tools

Loading available tools…

Your connections

Loading…

Call it from Claude

Once a connection is verified, ask Claude to execute it. First-party tools (GitHub, Slack) take a direct action; hosted remote tools (Stripe, Notion) take the remote server's own tool name:

call_tool(provider_slug="github-mcp", arguments={"action": "list_repositories"}, scope="public:read")
call_tool(provider_slug="stripe-mcp", arguments={"tool": "<tool name>", "arguments": {…}}, scope="public:read")

Discover action names with list_public_tools() or on this page after verifying. Every call is audited (decision, latency, user).