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.
AgentTemp MCP
MCP (Model Context Protocol) server configuration for AgentTemp - Email verification infrastructure for AI agents.
What is MCP?
Model Context Protocol (MCP) allows AI agents (Claude, Cursor, Windsurf, etc.) to directly interact with AgentTemp's API through structured tools.
Related MCP server: UnCorreoTemporal
Quick Setup
1. Get API Key
Create an API key from the AgentTemp Dashboard (set AGENTTEMP_API_KEY or pass --api-key).
2. Add to Your MCP Client
Claude Desktop:
{
"mcpServers": {
"agenttemp": {
"url": "https://tempmailai.vercel.app/api/mcp",
"headers": {
"Authorization": "Bearer at_live_..."
}
}
}
}Cursor:
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"agenttemp": {
"url": "https://tempmailai.vercel.app/api/mcp",
"headers": {
"Authorization": "Bearer at_live_..."
}
}
}
}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) |
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/kunalgawade19042002-gif/agenttemp-node
Python SDK: https://github.com/kunalgawade19042002-gif/agenttemp-python
CLI Tool: https://github.com/kunalgawade19042002-gif/agenttemp-cli
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.
Latest Blog Posts
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/AgentTemp-io/agenttemp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server