ottoauthMCP
Provides tools for interacting with the Ottoauth authentication service, including account creation, generic HTTP requests, and webhook event handling for automated workflows.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ottoauthMCPcreate a new account with email test@example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ottoauthMCP
Standalone MCP stdio server that proxies tool calls to Ottoauth HTTP endpoints.
Features
Discovers service endpoints from
GET /api/servicesdocs.Registers dynamic MCP tools per endpoint.
Refreshes discovered tools once every hour.
Includes a generic passthrough tool:
ottoauth_http_request.Includes a built-in account creation tool:
ottoauth_create_account.Runs an Ottoauth webhook receiver and relays incoming events to an agent gateway with retries.
Related MCP server: SentinelX Core MCP
Run
npm install
OTTOAUTH_BASE_URL=http://localhost:3000 npm startWebhook receiver defaults:
host:
127.0.0.1port:
3789path:
/webhooks/ottoauth
Important env vars:
OTTOAUTH_WEBHOOK_SECRET(recommended; validatesx-ottoauth-signature)OTTOAUTH_WEBHOOK_ALLOW_UNSIGNED=1(dev only)OTTOAUTH_WEBHOOK_PORT/OTTOAUTH_WEBHOOK_HOST/OTTOAUTH_WEBHOOK_PATHAGENT_GATEWAY_URL(relay destination)AGENT_GATEWAY_AUTH_TOKEN(optional bearer token to gateway)WEBHOOK_RETRY_BASE_MS(default2000)WEBHOOK_RETRY_MAX(default8)WEBHOOK_EVENT_STORE_PATH(defaults to.ottoauth-webhook-events.jsonin cwd)
Tests
npm testTest coverage includes:
parser and normalization edge cases
timeout and forwarding behavior
webhook signature, dedupe, retries, dead-letter
MCP stdio end-to-end flow
integration test using simple demo agent script from neighboring
autoauthrepo
MCP client config example
{
"mcpServers": {
"ottoauth": {
"command": "node",
"args": ["/absolute/path/to/ottoauthMCP/src/index.mjs"],
"env": {
"OTTOAUTH_BASE_URL": "https://your-ottoauth-domain.com"
}
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Clamepending/ottoauthMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server