Announcing: SocialAPIs is Now Available in MCP Registry!
We shipped first-class Model Context Protocol support. Claude Desktop, ChatGPT Custom Integrations, Cursor, and any MCP-aware client can now call every SocialAPIs endpoint as a native tool, using your API token.
We're excited to announce that SocialAPIs is now officially available in the Model Context Protocol (MCP) Registry!
🎉 Big News!
Today marks a major milestone for SocialAPIs. We've officially published our MCP server to the Model Context Protocol Registry, making it incredibly easy to use social media data in AI applications.
What is MCP?
The Model Context Protocol is a new standard created by Anthropic that allows AI assistants to seamlessly connect with external tools and data sources. Think of it as a universal adapter for AI agents.
With MCP, you can give AI assistants like Claude the ability to:
- Access real-time data
- Execute actions in external services
- Work with files and databases
- And much more!
Why This Matters
Before MCP, integrating APIs with AI tools required:
- Complex custom code
- Manual authentication handling
- Platform-specific implementations
- Constant maintenance
With MCP + SocialAPIs, you can:
- Install in seconds with npm
- Access 12+ social media tools instantly
- No code required for basic usage
- Works with Claude Desktop, Cursor, VSCode, and more
Getting Started
1. Install
1npm install -g @socialapis/mcp2. Configure
Add to your Claude Desktop config:
1{
2 "mcpServers": {
3 "socialapis": {
4 "command": "npx",
5 "args": ["-y", "@socialapis/mcp", "YOUR_API_KEY"]
6 }
7 }
8}3. Use!
Just ask Claude natural language questions:
"What's Nike's follower count on Facebook?"
"Compare engagement rates between Coca-Cola and Pepsi"
"Analyze the comments on this Facebook post"
Available Tools
Our MCP server includes 12 Facebook tools:
| Tool | Description |
|---|---|
bash | Get page info, followers, likes |
bash | Fetch recent posts |
bash | Get reels/short videos |
bash | Get group metadata |
bash | Fetch group posts |
bash | Get post engagement |
bash | Retrieve comments |
| And more... |
What's Coming Next
We're already working on:
- Instagram Support - Coming Q1 2025
- TikTok Support - Coming Q1 2025
- YouTube Support - Coming Q2 2025
- Advanced Analytics Tools - Coming soon
- Real-time Webhooks - Coming soon
Pricing
Our MCP server is free to use with our API:
- Free Tier: 1,000 requests/month
- Starter: $29/month - 10,000 requests
- Pro: $99/month - 100,000 requests
- Enterprise: Custom pricing
Try It Today
- Sign up for free
- Install the MCP server
- Start asking Claude about social media!
Links
- npm Package: @socialapis/mcp
- GitHub: SocialAPIsHub/mcp-server
- Documentation: docs.socialapis.io
- MCP Registry: registry.modelcontextprotocol.io
Thank You!
A huge thank you to:
- The Anthropic team for creating MCP
- Our early adopters and beta testers
- Everyone who provided feedback
We're just getting started. Stay tuned for more updates!