npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

Iโ€™ve always been into building performant and accessible sites, but lately Iโ€™ve been taking it extremely seriously. So much so that Iโ€™ve been building a tool to help me optimize and monitor the sites that I build to make sure that Iโ€™m making an attempt to offer the best experience to those who visit them. If youโ€™re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, ๐Ÿ‘‹, Iโ€™m Ryan Hefnerย  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If youโ€™re interested in other things Iโ€™m working on, follow me on Twitter or check out the open source projects Iโ€™ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soonโ€“ish.

Open Software & Tools

This site wouldnโ€™t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you ๐Ÿ™

ยฉ 2026 โ€“ย Pkg Stats / Ryan Hefner

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

Readme

AllThingsDev MCP Server ๐Ÿš€

npm version License: MIT Node.js Version

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-server

Add to Claude Desktop

  1. 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
  2. Add the server configuration:

{
  "mcpServers": {
    "allthingsdev": {
      "command": "npx",
      "args": ["allthingsdev-mcp-server"]
    }
  }
}
  1. Restart Claude Desktop - that's it! ๐ŸŽ‰

Add to Cursor IDE

๐Ÿš€ One-Click Install:

# Generate install link
node cursor-install.js

Or 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.js

Or 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-server

Development 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:

  1. Report Issues: Found a bug? Open an issue
  2. Feature Requests: Have an idea? We'd love to hear it!
  3. Documentation: Help improve our guides and examples
  4. 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