EaserixDocs
Developers

MCP server

Connect Claude and other AI clients to your Easerix workspace at mcp.easerix.com.

View as Markdown
What the MCP server does

Easerix runs a hosted MCP server at mcp.easerix.com. Add it to Claude or any MCP-compliant AI client, approve it once in your browser, and the AI can act on your workspace — create issues and short links, pull analytics, check documents, log CRM activity — limited to the tools your workspace has enabled.

MCP (Model Context Protocol) is an open standard that lets AI assistants call tools on external services — the Easerix MCP server is how an AI client gets hands on your workspace.

Add it to Claude

claude.ai / Claude Desktop — Settings → Connectors → Add custom connector, with the URL:

https://mcp.easerix.com/mcp

Claude Code — one command:

claude mcp add --transport http easerix https://mcp.easerix.com/mcp

Any other MCP client that supports streamable HTTP and OAuth works the same way — point it at https://mcp.easerix.com/mcp.

Signing in happens automatically

The server is an OAuth 2.1 resource server, and compliant clients handle the whole flow on their own: on first use the client discovers auth.easerix.com, registers itself, and opens your browser to approve the connection. You pick one workspace to grant — everything the AI does is scoped to it. To switch workspaces, disconnect and connect again. Revoke a connection anytime under account.easerix.com → Connected apps.

Available tools

Tools are gated by workspace access: a tool group only appears if that Easerix tool is enabled for the granted workspace. whoami is always available and tells the AI who it's acting as, in which workspace, with which tools.

Tasks

ToolWhat it does
tasks_list_teamsList the workspace's Tasks teams
tasks_list_issuesList issues, optionally for one team
tasks_create_issueCreate an issue in a team
ToolWhat it does
links_create_short_linkCreate a tracked esrx.ly short link
links_listList short links with click counts
links_update_linkChange destination, title, tags, pause, or archive
links_delete_linkDelete a link and its click history
links_link_statsPer-link analytics: clicks, countries, devices, referrers, conversions
links_batchPause, activate, archive, or delete up to 100 links at once
links_list_bio_pagesList link-in-bio pages
links_update_bio_pageEdit a bio page's content or publish state
links_analytics_summaryAccount-wide link analytics

Sign

ToolWhat it does
sign_list_documentsList documents with signature status

CronCrunch

ToolWhat it does
croncrunch_time_summaryTracked-time summary by project and by day

CRM

ToolWhat it does
crm_pipeline_summaryPipeline stages with deal counts and value
crm_create_contactCreate a contact
crm_create_companyCreate a company
crm_create_dealOpen a deal in the default pipeline
crm_move_dealMove a deal to another stage
crm_log_activityLog a note, call, email, or meeting

Notes

ToolWhat it does
notes_searchFull-text search your pages (titles + content)
notes_read_pageRead a page's content as plain text
notes_create_pageCreate a page from Markdown
notes_append_to_pageAppend Markdown to an existing page

Forms

ToolWhat it does
forms_list_formsList your forms
forms_form_summaryA form's settings, latest submissions, and 14-day series

The list grows as tools gain MCP surface — reconnect (or restart your client) to pick up new ones.

Frequently asked questions

Can the AI reach workspaces I didn't grant?

No. The connection is scoped to the single workspace you approved. Data in other workspaces is invisible to it.

Does the AI get more access than I have?

No — it acts as you, with your role, and only in tools enabled for the workspace.

My client asks for a client ID or secret — what do I enter?

Nothing. The server supports dynamic client registration, so compliant clients register themselves. There is no shared client secret.

Last updated on

On this page