allthingsdev-mcp-server
v1.0.6
Published
๐ Official MCP server for AllThingsDev API marketplace. Discover, search, and integrate 600+ APIs directly through Claude Desktop, Cursor IDE, and other AI assistants. Features real-time API search, pricing comparison, endpoint documentation, and seamles
Maintainers
Readme
AllThingsDev MCP Server ๐
Official MCP server for AllThingsDev API marketplace - Discover, search, and integrate 600+ APIs directly through Claude Desktop and other AI assistants.
๐ What is AllThingsDev?
AllThingsDev is the ultimate API marketplace where developers can discover, integrate, and monetize APIs. From location services and data scraping to AI tools and financial APIs - we've got everything you need to supercharge your projects.
โจ Features
๐ Smart API Discovery - Search through 600+ APIs using natural language
๐ Pricing Comparison - Compare plans across different APIs instantly
๐ Comprehensive Documentation - Get endpoint details, examples, and integration guides
๐ท๏ธ Category Browsing - Explore APIs by functionality and use cases
๐ฌ Built-in FAQ - Get answers about the AllThingsDev platform
โก Real-time Data - Always up-to-date API information
๐ Quick Start
Install & Setup (2 minutes)
# Install globally
npm install -g allthingsdev-mcp-server
# Or use directly without installation
npx allthingsdev-mcp-serverAdd to Claude Desktop
Open Claude Desktop config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\\Claude\\claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
- macOS:
Add the server configuration:
{
"mcpServers": {
"allthingsdev": {
"command": "npx",
"args": ["allthingsdev-mcp-server"]
}
}
}- Restart Claude Desktop - that's it! ๐
Add to Cursor IDE
๐ One-Click Install:
# Generate install link
node cursor-install.jsOr manually add to your Cursor MCP configuration:
{
"allthingsdev": {
"command": "npx",
"args": ["-y", "allthingsdev-mcp-server"]
}
}Add to Windsurf IDE
๐ Easy Setup:
# Get installation instructions
node windsurf-install.jsOr manually add to your Windsurf config file:
- macOS:
~/Library/Application Support/Windsurf/config.json - Windows:
%APPDATA%\Windsurf\config.json - Linux:
~/.config/Windsurf/config.json
{
"mcpServers": {
"allthingsdev": {
"command": "npx",
"args": ["-y", "allthingsdev-mcp-server"]
}
}
}๐ฌ Example Conversations
Once installed, you can ask your AI assistant (Claude, Cursor, Windsurf) questions like:
๐ค "Find APIs for currency conversion"
๐ค "Show me all location-based APIs under $10/month"
๐ค "What are the endpoints for the Weather API?"
๐ค "How do I publish my API on AllThingsDev?"
๐ค "Compare pricing for data scraping APIs"๐ ๏ธ Available Tools
๐ search_apis
Search for APIs by keywords, functionality, or categories
// Example: Find payment processing APIs
search_apis({ query: "payment processing", limit: 5 })๐ get_api_details
Get comprehensive information about any API
// Example: Get details about specific API
get_api_details({ apiId: "currency-exchange-api" })๐ list_api_categories
Browse APIs organized by categories
// Example: See all available categories
list_api_categories({ showCount: true })๐ฐ get_pricing_info
Compare pricing across APIs
// Example: Find APIs under $25/month
get_pricing_info({ maxPrice: 25 })โ search_faq
Get answers to platform questions
// Example: Learn about publishing APIs
search_faq({ query: "how to publish API" })๐ get_api_endpoints
Get detailed endpoint information
// Example: See all endpoints for an API
get_api_endpoints({ apiId: "location-finder" })๐ฏ Use Cases
For Developers
- API Discovery: Find the perfect APIs for your next project
- Integration Help: Get code examples and documentation instantly
- Cost Planning: Compare pricing to fit your budget
- Technical Support: Access FAQ and community discussions
For API Publishers
- Marketplace Insights: Understand what APIs are popular
- Competitive Analysis: See pricing and features of similar APIs
- Publishing Guidance: Get help with listing your API
For Project Managers
- Vendor Evaluation: Compare multiple API providers quickly
- Cost Estimation: Calculate API costs for project budgeting
- Technical Requirements: Understand API capabilities and limitations
๐๏ธ Architecture
This MCP server provides a bridge between AI assistants and the AllThingsDev marketplace:
Claude Desktop โ MCP Server โ AllThingsDev Data
โ โ โ
Your queries Smart search 600+ APIs- Local Processing: All searches happen locally for fast responses
- Real-time Data: Server includes the latest API information
- Privacy First: No data sent to external servers during search
๐ง Advanced Usage
Custom MCP Clients
The server works with any MCP-compatible client:
# Run the server
allthingsdev-mcp-server
# Or via npx
npx allthingsdev-mcp-serverDevelopment Mode
# Clone the repository
git clone https://github.com/allthingsdev/mcp-server
cd mcp-server
# Install dependencies
npm install
# Run in development mode
npm run dev๐ API Categories Available
Our marketplace includes APIs for:
- ๐ Location & Maps - Geocoding, mapping, location intelligence
- ๐ฑ Finance & Payments - Currency exchange, payment processing, crypto
- ๐ค AI & Machine Learning - Text analysis, image recognition, chatbots
- ๐ Data & Analytics - Web scraping, data validation, analytics
- ๐ Security & Authentication - OAuth, identity verification, fraud detection
- ๐ฑ Communication - SMS, email, push notifications, social media
- ๐ E-commerce - Product catalogs, inventory, shipping, reviews
- ๐ฐ Content & Media - News APIs, image processing, content management
- ๐ฎ Entertainment - Games, trivia, jokes, random facts
- ๐ฅ Health & Fitness - Medical data, fitness tracking, nutrition
๐ค Contributing
We welcome contributions! Here's how to help:
- Report Issues: Found a bug? Open an issue
- Feature Requests: Have an idea? We'd love to hear it!
- Documentation: Help improve our guides and examples
- Code: Submit PRs for bug fixes and enhancements
๐ Resources
- ๐ AllThingsDev Website: https://www.allthingsdev.co
- ๐ API Documentation: https://www.allthingsdev.co/docs
- ๐ฌ Community Forum: https://www.allthingsdev.co/community
- ๐ง Support: [email protected]
- ๐ GitHub: https://github.com/allthingsdev/mcp-server
๐ท๏ธ Tags
mcp-server api-marketplace claude-desktop ai-assistant developer-tools api-discovery model-context-protocol allthingsdev api-integration developer-productivity
๐ License
MIT License - see LICENSE file for details.
Built with โค๏ธ by the AllThingsDev team
Empowering developers to build better applications with the world's largest API marketplace
