allthingsdev-mcp-server
Version:
🚀 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
81 lines • 2.01 kB
JSON
{
"name": "allthingsdev-mcp-server",
"version": "1.0.6",
"description": "🚀 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 seamless integration guides.",
"main": "dist/index.js",
"type": "module",
"bin": {
"allthingsdev-mcp-server": "dist/index.js"
},
"files": [
"dist/**/*",
"API data.json",
"faq's.json",
"README.md",
"LICENSE",
"cursor-install.js",
"windsurf-install.js"
],
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"prepublishOnly": "npm run build",
"test": "jest",
"cursor-install": "node cursor-install.js",
"windsurf-install": "node windsurf-install.js"
},
"keywords": [
"mcp",
"mcp-server",
"api",
"marketplace",
"allthingsdev",
"claude-desktop",
"model-context-protocol",
"api-discovery",
"developer-tools",
"ai-assistant",
"api-integration",
"developer-productivity",
"api-search",
"coding-assistant",
"programming-tools",
"rest-api",
"api-documentation",
"software-development",
"dev-tools",
"api-client",
"cursor-ide"
],
"author": {
"name": "AllThingsDev",
"email": "support@allthingsdev.co",
"url": "https://www.allthingsdev.co"
},
"homepage": "https://github.com/allthingsdev/mcp-server",
"repository": {
"type": "git",
"url": "git+https://github.com/allthingsdev/mcp-server.git"
},
"bugs": {
"url": "https://github.com/allthingsdev/mcp-server/issues"
},
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18"
},
"os": [
"darwin",
"linux",
"win32"
]
}