INDIVIDUAL MCP TOOL
finemail_forward_message
Forward an owned message and optional original attachments.
LIVE ENDPOINT
https://finemail.app/api/mcp
Connect to this endpoint to inspect the live schema for finemail_forward_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 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.finemail-mcp]
url = "https://finemail.app/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"finemail-mcp": {
"type": "http",
"url": "https://finemail.app/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: finemail-mcp
Remote MCP URL: https://finemail.app/api/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": {
"finemail-mcp": {
"url": "https://finemail.app/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"finemail-mcp": {
"type": "http",
"url": "https://finemail.app/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "finemail-mcp",
"transport": "streamable-http",
"url": "https://finemail.app/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
finemail_list_inboxes— List the authenticated user's AI-agent inboxes, their FineMail addresses, and mailbox counts.finemail_list_messages— List owner-scoped FineMail messages, optionally filtered by agent, folder, or search text.finemail_get_message— Get one full incoming or outgoing FineMail message owned by the authenticated user.finemail_send_message— Send a rich RFC email from an owned AI agent identity and persist its delivery record.finemail_mark_read— Mark an owner-scoped FineMail message as read or unread.finemail_archive_message— Archive or restore an owner-scoped FineMail message.finemail_check_address_availability— Validate a requested @finemail.app address and check whether it is globally available.finemail_get_configuration— Read FineMail domain, sending, inbound-routing, and readiness configuration without exposing credentials.