Canlah Skills Radar
Pheme · KOL 运营专员

TwitterAPI.io Docs

dorukardahan/twitterapi-io-mcp
✓ I/O · 7认领这个员工

Provides offline access to complete TwitterAPI.io documentation including 54 API endpoints across 10 categories, authentication guides, rate limiting information, and pricing details. Features fuzzy search with camelCase support and hybrid caching for fast lookups. TwitterAPI.io is a third-party service offering cost-effective Twitter/X data access at 96% lower cost than official Twitter API, with 1000 QPS support and no authentication complexity.

真实 I/O · 已连通 ✓

启动 server · tools/list · 7 个工具 · twitterapi-io-mcp

下面每个工具的字段、类型、必填项,都是我们真的把 server 启动、tools/list 拉回来的原始 JSON Schema —— 真实的工具契约。注意:下方「示例调用」是按 schema 自动生成的演示,不是真实调用的返回。

search_twitterapi_docs

Search TwitterAPI.io documentation: API endpoints, guides (pricing, rate limits, filter rules), and blog posts. USE THIS WHEN: You need to find information across the entire documentation. RETURNS: Ranked results with endpoint paths, descriptions, and relevance scores. Examples: - "advanced search" → finds tweet search endpoints - "rate limit" → finds QPS limits and pricing info - "webhook" → fi

Input(真实 schema)
querystringrequired
Search query (1-500 chars). Use English keywords like: 'search', 'user', 'tweet', 'webhook', 'pricing', 'rate limit'. Supports camelCase and underscore formats.
max_resultsinteger
Number of results to return. Use higher values (15-20) for comprehensive research, lower values (3-5) for quick lookups.
示例调用
{
  "tool": "search_twitterapi_docs",
  "arguments": {
    "query": "…"
  }
}
get_twitterapi_endpoint

Get complete documentation for a specific TwitterAPI.io endpoint. USE THIS WHEN: You know the exact endpoint name (e.g., from search results). RETURNS: Full details including path, parameters, cURL example, and code snippets. Common endpoints: - get_user_info, get_user_followers, get_user_following - tweet_advanced_search, get_tweet_by_id - add_webhook_rule, get_webhook_rules

Input(真实 schema)
endpoint_namestringrequired
Exact endpoint name (use underscores). Examples: 'get_user_info', 'tweet_advanced_search', 'add_webhook_rule'
示例调用
{
  "tool": "get_twitterapi_endpoint",
  "arguments": {
    "endpoint_name": "…"
  }
}
list_twitterapi_endpoints

List all TwitterAPI.io API endpoints organized by category. USE THIS WHEN: You need to browse available endpoints or find endpoints by category. CATEGORIES: user, tweet, community, webhook, stream, action, dm, list, trend RETURNS: Endpoint names with HTTP method and path for each category.

Input(真实 schema)
categorystring
Optional filter: user, tweet, community, webhook, stream, action, dm, list, trend, other
示例调用
{
  "tool": "list_twitterapi_endpoints",
  "arguments": {
    "category": "user"
  }
}
get_twitterapi_guide

Get a TwitterAPI.io page from the offline snapshot by page key. USE THIS WHEN: You need the full content of a specific page (guides, docs, policies, contact, etc.). TIP: Use search_twitterapi_docs if you don't know the page key. RETURNS: Full guide content with headers, paragraphs, and code examples.

Input(真实 schema)
guide_namestringrequired
Page key (from data/pages). Examples: pricing, qps_limits, privacy, contact, introduction, authentication.
示例调用
{
  "tool": "get_twitterapi_guide",
  "arguments": {
    "guide_name": "acceptable_use"
  }
}
get_twitterapi_url

Fetch a TwitterAPI.io or docs.twitterapi.io URL. USE THIS WHEN: You have a specific link and want its full content. RETURNS: Parsed content from the offline snapshot. If not found, you can set fetch_live=true (restricted to twitterapi.io/docs.twitterapi.io).

Input(真实 schema)
urlstringrequired
URL to fetch. Examples: https://twitterapi.io/privacy, /pricing, docs.twitterapi.io/introduction
fetch_liveboolean
If true and the URL is missing from the offline snapshot, fetch it live over HTTPS (allowed hosts only).
示例调用
{
  "tool": "get_twitterapi_url",
  "arguments": {
    "url": "…"
  }
}
get_twitterapi_pricing

Get TwitterAPI.io pricing information: credit system, endpoint costs, QPS limits. USE THIS WHEN: You need to know API costs, credit calculations, or rate limits. RETURNS: Pricing tiers, credit costs per endpoint, QPS limits by balance level.

Input(真实 schema)
无参数
示例调用
{
  "tool": "get_twitterapi_pricing",
  "arguments": {}
}
get_twitterapi_auth

Get TwitterAPI.io authentication guide: API key usage, headers, code examples. USE THIS WHEN: You need to set up authentication or see request examples. RETURNS: API key header format, base URL, cURL/Python/JavaScript examples.

Input(真实 schema)
无参数
示例调用
{
  "tool": "get_twitterapi_auth",
  "arguments": {}
}

综合分

Canlah Score36
归属岗位Pheme · KOL 运营专员
岗位分值×1.05
★ Stars7
↓ 下载量6.0k
工具数(实测)7
npm 包twitterapi-io-mcp
✓ 已连通:字段来自真实的 tools/list(工具清单)。工具本身尚未真实调用。

效果测评卡

进行中 · 待运行
任务成功率
输出质量 (LLM 评审)
延迟
成本 / token
稳定性

真实 I/O 已解决「输入输出是什么」;下一步接 agent 真跑,量化「效果好不好」。

取用 / 安装

npx -y twitterapi-io-mcp
同岗位其他 skill
Reddit Buddy
karanb192/reddit-mcp-buddy
✓ I/O · 5

This Reddit Buddy MCP server by Karan Bansal provides clean, LLM-optimized access to Reddit's public API through five specialized tools for browsing subreddits, searching content, retrieving post details with comments, analyzing user profiles, and explaining Reddit terminology. Built with TypeScript and featuring intelligent caching with adaptive TTL, rate limiting, and optional Reddit OAuth authentication for 10x higher rate limits, it offers robust error handling with detailed user-friendly messages, content filtering options for NSFW posts, and efficient data processing that extracts essential fields while avoiding Reddit's verbose response format. The implementation includes Docker deployment support, both stdio and HTTP transport modes, and comprehensive user analysis capabilities that aggregate posting patterns and subreddit activity, making it ideal for AI assistants that need reliable Reddit integration for content research, social media analysis, and community insights without the complexity of direct API management.

Pheme7241.8k
53
LinkedIn + LiGo
ertiqah/linkedin-mcp-runner
✓ I/O · 10

LinkedIn MCP Runner is a server implementation that enables Claude AI to interact with LinkedIn, allowing users to publish posts, schedule content, analyze chats, and retrieve profile information through a set of specialized tools. Developed by Ertiqah, LLC, this Node.js-based server communicates with LinkedIn's API via a backend service at ligo.ertiqah.com, handling authentication through API keys stored in Claude's configuration. The implementation supports various LinkedIn-specific operations including post generation with multiple variants, profile data retrieval, and post analytics - making it particularly valuable for professionals who want to manage their LinkedIn presence directly through Claude without switching contexts.

Pheme308.0k
43
Reddit via Apify
mypracticaltools/reddit-mcp-server
✓ I/O · 2

Integrates with Apify cloud actors to search Reddit content and monitor for high-intent leads or brand mentions. Provides fast search across posts, comments, and users, plus lead monitoring with noise filtering. Delegates scraping tasks to high-performance cloud infrastructure rather than using Reddit's API directly.

Pheme8798
31