AgentTemp MCP
OfficialClick 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., "@AgentTemp MCPCreate a temp email and wait for the OTP"
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.
AgentInbox MCP
MCP (Model Context Protocol) server configuration for AgentInbox - Email verification infrastructure for AI agents.
What is MCP?
Model Context Protocol (MCP) allows AI agents (Claude, Cursor, Windsurf, etc.) to directly interact with AgentInbox's API through structured tools.
Related MCP server: SandMail — Disposable Email API for AI Agents
Quick Setup
1. Get API Key
Create an API key from the AgentInbox Dashboard (set AGENTINBOX_API_KEY or pass --api-key).
The MCP endpoint expects the same API key format as the REST API:
Authorization: Bearer at_live_...2. Add to Your MCP Client
Claude Desktop:
{
"mcpServers": {
"agentinbox": {
"url": "https://agentinbox.in/api/mcp",
"headers": {
"Authorization": "Bearer at_live_..."
}
}
}
}Cursor:
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"agentinbox": {
"url": "https://agentinbox.in/api/mcp",
"headers": {
"Authorization": "Bearer at_live_..."
}
}
}
}Opencode:
{
"mcp": {
"agentinbox": {
"type": "remote",
"url": "https://agentinbox.in/api/mcp",
"enabled": true,
"headers": {
"Authorization": "Bearer {env:AGENTINBOX_API_KEY}"
}
}
}
}Windsurf: Add to your Cascade configuration.
3. Available Tools
Tool | Description |
| Create a temporary email inbox |
| List all your inboxes |
| Get inbox details |
| Delete an inbox |
| List messages in an inbox |
| Get a specific message |
| List OTP/link extractions |
| Wait for any email |
| Wait for OTP extraction |
| Wait for magic link |
| Wait for password reset link |
| Check wait status (non-blocking) |
Responses use the public AgentInbox API schema, including camelCase fields such as emailAddress, expiresAt, inboxId, and timeoutSeconds.
Example Usage
// Agent will use these tools automatically
// Just ask: "Create a temp email and wait for the OTP"
// Behind the scenes:
const inbox = await create_inbox({ ttlSeconds: 3600 });
const wait = await wait_for_otp({ inboxId: inbox.id, timeoutSeconds: 120 });
console.log(wait.result?.value); // "123456"Resources
Node.js SDK: https://github.com/agentinbox-in/agentinbox-node
Python SDK: https://github.com/agentinbox-in/agentinbox-python
License
MIT
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.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables creating temporary email inboxes and sending emails through the AgentMail API, allowing AI agents to manage email communications programmatically.Last updated1
- AlicenseAqualityDmaintenanceCreate disposable email inboxes, extract OTP codes in 15 languages, and receive webhooks — all from your AI agent. One call: create inbox → wait for email → get the verification code. Supports 7 domains, email forwarding, and HMAC-signed webhooks with OTP included in payload. Free tier available.Last updated813MIT
- Alicense-qualityAmaintenanceEnables AI agents to create disposable email inboxes and automatically extract OTPs, magic links, and verification codes from incoming emails.Last updated14MIT
- AlicenseAqualityFmaintenanceEnables AI agents to create temporary email addresses, receive confirmation emails, and extract verification links, automating sign-up and email verification workflows without manual intervention.Last updated63256MIT
Related MCP Connectors
Email for AI agents — send, receive as a webhook, manage domains, templates, routing.
Give an AI agent its own inbox — receive email as a webhook, send over a verified domain.
Authenticated email gateway for AI agents — per-agent inboxes, HITL approval, SPF/DKIM verified.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/agentinbox-in/agentinbox-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server