Search recent public posts with deduplicated authors.
Connect xfetch to AI agents.
Hosted remote MCP lets remote-MCP-compatible clients and agents read public X/Twitter data through xfetch workflow tools.
Hosted remote MCP
Use the hosted endpoint with Bearer auth during beta.
POST/mcp
betaServer
server_url: https://api.xfetch.io/mcp Authorization: Bearer <xfetch_api_key>
Read-only tools
The beta exposes workflow tools, not the full API surface.
Look up a public account profile and recent posts.
Inspect a post with author, quotes, and retweeters.
Read recent public posts for an account.
Read public follower ids or capped profiles.
Read public following ids or capped profiles.
Boundaries
MCP follows normal xfetch read semantics.
- MCP is read-only.
- MCP tools consume normal endpoint credits.
- Failed auth, validation, insufficient credits, rate limits, and service failures do not charge.
- Pagination uses opaque
next_tokenvalues. /openapi.jsonremains the API contract; MCP is the agent tool surface.- OAuth is the intended GA connection model after the Bearer beta.