Search recent public posts with deduplicated authors.
Hosted Twitter/X MCP server for 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.
POST/mcp
hostedServer
server_url: https://api.xfetch.io/mcp Authorization: Bearer <xfetch_api_key>
Read-only tools
Six workflow tools cover the core read jobs.
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.- Connect with a dashboard API key sent as a Bearer token.
Need a custom HTTP integration instead? See the API reference and API credit pricing.