INDIVIDUAL MCP TOOL
cooper_get_message
Fetch one stored Cooper message, including extracted_text and attachment metadata.
LIVE ENDPOINT
https://cooperemail.com/mcp
Connect to this endpoint to inspect the live schema for cooper_get_message and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
- A tool name or description suggests sending messages.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cooper-email]
url = "https://cooperemail.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cooper-email": {
"type": "http",
"url": "https://cooperemail.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cooper-email
Remote MCP URL: https://cooperemail.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cooper-email": {
"url": "https://cooperemail.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cooper-email": {
"type": "http",
"url": "https://cooperemail.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cooper-email",
"transport": "streamable-http",
"url": "https://cooperemail.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
cooper_onboard— Create a Cooper Email inbox (username@cooperemail.com) and an API key.cooper_create_inbox— Create another inbox on the signed-in Cooper Email account.cooper_list_inboxes— List inboxes on the signed-in Cooper Email account.cooper_send_message— Send an email from the Cooper inbox to the addresses in to.cooper_list_messages— List messages in a Cooper inbox, newest first.cooper_search— Search stored Cooper mail for this account.cooper_inject_inbound— Store a test inbound message in the inbox without waiting for MX.cooper_register_webhook— Register an HTTPS URL that Cooper will POST when mail is received or sent.