MCP server exposing 4 tools for mastodon.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/mastodon/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search — Search Mastodon for accounts, statuses, or hashtags. Returns matching profiles, posts, and tags with follower counts and engagement metrics.get_trending — Get currently trending posts on Mastodon. Returns popular statuses with engagement counts, authors, and trending tags.get_account — Get a Mastodon account profile by ID (e.g., '109382839472938472'). Returns bio, follower/following counts, post history, and verification status.get_timeline — Get recent posts from the public Mastodon timeline. Returns statuses with authors, timestamps, engagement counts, and content.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/mastodon/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io