Twitter/X MCP server with 34 tools — post tweets, search, read timelines, manage engagement, upload media. No API keys needed, uses browser cookies. Pay per call from $0.001 via x402 micropayments.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y xbird-skillAgent-CoreX intelligently routes which tools from checkra1neth/xbird your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"xbird-skill": {
"command": "npx",
"args": [
"-y",
"xbird-skill"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add xbird-skillAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use checkra1neth/xbird directly without routing
npx -y xbird-skillNew to Agent-CoreX? View setup guide →