Mastodon for your agents.
Connect Mastodon once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 11 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Mastodon.
What agents can do with Mastodon
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
mastodon_verify_credentialsCheck the token: returns the authenticated account.
mastodon_home_timelineFetch the home timeline.
mastodon_post_statusPost a status (toot).
mastodon_notificationsList recent notifications.
mastodon_get_statusFetch a single status by its ID.
mastodon_delete_statusDelete a status by its ID.
mastodon_get_accountFetch an account by its ID.
mastodon_search_accountsSearch for accounts by display name or handle.
mastodon_favourite_statusFavourite (like) a status by its ID.
mastodon_reblog_statusReblog (boost) a status by its ID.
mastodon_list_followersGet an account's followers.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- On YOUR instance, open Preferences, Development, then New application.
- Grant read and write scopes, create it, and copy the access token.
- The instance URL is your Mastodon server, e.g. https://mastodon.social.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Mastodon to Even: call connect_begin("mastodon") on the even-connect MCP and walk me through it.
Fetch home timeline posts and post new statuses to your Mastodon instance.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.