Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@bycrawl/mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
MCP server for ByCrawl — query 18 social media & data platforms from AI agents like Claude and Cursor.
Supported platforms: Threads, X/Twitter, Facebook, Reddit, LinkedIn, TikTok, Instagram, YouTube, Dcard, 104 Job Bank, Google Maps, Trustpilot, PTT, 591 Rent, Hacker News, Luma, Product Hunt
Setup
Claude Code
claude mcp add bycrawl -e BYCRAWL_API_KEY=sk_byc_xxx -- npx -y @bycrawl/mcpClaude Desktop / Cursor
Add to your MCP config:
{
"mcpServers": {
"bycrawl": {
"command": "npx",
"args": ["-y", "@bycrawl/mcp"],
"env": {
"BYCRAWL_API_KEY": "sk_byc_xxx"
}
}
}
}Tools (87)
| Platform | Tools | Examples |
|---|---|---|
| Threads | 8 | Search posts, get user profile/replies, public feed |
| X/Twitter | 4 | Search tweets, get user timeline |
| 8 | Get page, search posts, marketplace browse/search/item | |
| 6 | Get subreddit, search posts, get user/post | |
| 7 | Get company, search jobs/users, get post | |
| TikTok | 7 | Get video, search, comments, subtitles, browse by category |
| 5 | Search hashtags, get user/post, comments, user posts | |
| YouTube | 5 | Get video/channel, search, comments, transcription |
| Dcard | 4 | Get forum/posts, search posts, get persona |
| Job104 | 3 | Search jobs, get company/job details |
| Google Maps | 2 | Search places, get place details |
| Trustpilot | 5 | Get business/reviews, search businesses/categories, suggestions |
| PTT | 4 | Get board/posts, get post detail, search posts |
| 591 Rent | 2 | Get rental listings, get listing detail |
| Hacker News | 4 | Get item/user, get stories by type, get comments |
| Luma | 6 | Get event, place events, search events, categories, calendar |
| Product Hunt | 4 | Get leaderboard, search products, get product/reviews |
| Web Fetch | 1 | Fetch any URL |
| System | 2 | Health check, account info |
Usage Examples
Example 1: Search Threads posts about a topic
Prompt: "What are people saying about OpenAI on Threads?"
Claude will call threads_search_posts with query: "OpenAI" and return a summary of recent public posts, including text, like counts, and reply counts.
Example 2: Get LinkedIn company info
Prompt: "Tell me about Anthropic's LinkedIn presence — what do they do, how big are they?"
Claude will call linkedin_get_company with company_id: "anthropic" and return the company's description, employee count, industry, headquarters, and recent activity.
Example 3: Fetch YouTube video comments
Prompt: "Summarize the comments on this YouTube video: https://www.youtube.com/watch?v=dQw4w9WgXcQ"
Claude will call youtube_get_video_comments with video_id: "dQw4w9WgXcQ" and return the top comments with like counts, which it can then summarize for sentiment and key themes.
Example 4: Check Trustpilot reviews
Prompt: "What's the Trustpilot rating for Stripe?"
Claude will call trustpilot_get_business with domain: "stripe.com" and return the trust score, star rating, review count, and business profile.
Example 5: Browse PTT discussions
Prompt: "What's trending on PTT Gossiping board?"
Claude will call ptt_get_board_posts with boardName: "Gossiping" and return the latest posts with titles, authors, and push counts.
Example 6: Find events on Luma
Prompt: "What tech events are happening in Taipei?"
Claude will call luma_search_events to find upcoming tech events in Taipei with event details, dates, and locations.
API Key
Get your API key at bycrawl.com.
Environment Variables
| Variable | Required | Default | Description |
|---|---|---|---|
BYCRAWL_API_KEY |
Yes | — | Your ByCrawl API key |
BYCRAWL_API_URL |
No | https://api.bycrawl.com |
API base URL (for self-hosting) |
License
MIT