EmailMCP for LangChain
io.setip/emailmcp
AI agent email — 23 tools free to read inbox, 28 paid to send. $9.99/mo. Token auto-provisioned.
client:LangChain
transport:streamable-http
tools:56
Install EmailMCP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"emailmcp": {
"transport": "streamable_http",
"url": "https://mcp.setip.io/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- send_email
- send_template_email
- validate_email
- get_email_usage
- verify_email_setup
- list_email_accounts
- read_inbox
- get_mailbox_status
- list_mailboxes
- start_smtp_receiver
- stop_smtp_receiver
- get_smtp_receiver_status
- get_forwarded_emails
- get_conversation_threads
- get_conversation_context
- get_threads_for_sender
- check_email_config
- configure_mailgun
- test_email_config
- create_mailbox
- delete_mailbox
- list_local_mailboxes
- request_email_ip
- check_ip_status