Manage Front shared inboxes: list and search conversations, read messages, reply, and manage contacts via the Core API.
70+ deploysclaude mcp add front --url https://datafaucet.dev/api/mcp/t/front
Run this command in your terminal · most users connect in under 60s
GET endpoints
front_get_current_user
Get the authenticated teammate. Returns id, email, username, first_name, and last_name.
https://api2.frontapp.com/me
front_list_inboxes
List shared inboxes. Returns _results[] with id, name, and type. Use an inbox id to scope conversations.
https://api2.frontapp.com/inboxes
front_list_conversations
List open conversations across inboxes. Returns _results[] with id, subject, status, assignee, and recipient.
https://api2.frontapp.com/conversations?q=is:open&limit=25
front_get_conversation_messages
Get the messages in a conversation by id. Returns _results[] with author, body, created_at, and direction (inbound/outbound).
https://api2.frontapp.com/conversations/{conversation_id}/messages
front_list_contacts
List contacts. Returns _results[] with id, name, and handles (email/phone).
https://api2.frontapp.com/contacts?limit=25
front_search_conversations
Search conversations by keyword or Front search syntax. Returns _results[] with id, subject, status, and recipient.
https://api2.frontapp.com/conversations/search/{query}?limit=25
POST endpoints
front_reply_to_conversation
Reply to a conversation with a message body. Returns the created message.
https://api2.frontapp.com/conversations/{conversation_id}/messages
Run this in your terminal:
claude mcp add front https://datafaucet.dev/api/mcp/t/front
Connect Front to your AI agent in under 60 seconds. No account required.
{notion_token}) with your real credentialsNeed API keys? Try our free sandbox templates first to see MCP in action with zero setup.
Replace these placeholders with your real values before deploying:
{body}Your value{conversation_id}Resource identifier{front_token}API settings page{query}Your valuePreview:
GET https://api2.frontapp.com/me Authorization: Bearer {front_token}
claude mcp add front --url https://datafaucet.dev/api/mcp/t/frontWhat your AI agent sees
I have access to 7 tools from Front: front_get_current_user, front_list_inboxes, front_list_conversations, and 4 more.
“Get the authenticated teammate. Returns id, email, username, first_name, and last_name.”
Calling front_get_current_user... Done. Here are the results.
Try these prompts
“List open conversations in the support inbox and who they're assigned to”
Copy“Reply to conversation X saying the issue is resolved”
Copy“Search conversations from jane@acme.com this week”
CopyClick any prompt to copy, then paste into your AI client.