{"_id":"@allyourtech/mcp-server","_rev":"2-1d0dfa4f4805a433d9b1371f1de943b8","name":"@allyourtech/mcp-server","dist-tags":{"latest":"0.2.0"},"versions":{"0.1.0":{"name":"@allyourtech/mcp-server","version":"0.1.0","keywords":["mcp","ai-tools","claude","cursor","agent","mcp-server"],"author":{"name":"AllYourTech.ai"},"license":"MIT","_id":"@allyourtech/mcp-server@0.1.0","maintainers":[{"name":"blovett80","email":"brian.c.lovett@gmail.com"}],"bin":{"allyourtech-mcp":"dist/index.js"},"dist":{"shasum":"378eb0a2274fe40cd13382897f9f51bdd086fcbb","tarball":"https://registry.npmjs.org/@allyourtech/mcp-server/-/mcp-server-0.1.0.tgz","fileCount":6,"integrity":"sha512-tf11cBq5zwCXQsKViCHfkPmK6+7mEK8twiAs/ACH0B/vIQFlYTJMJnmIF00JjG0dCa/zuWL3TweXa1eyS5Rc2A==","signatures":[{"sig":"MEUCICrRq7SgiY//ER/rRlMzmmpqHkmwcWVwAf2QFMrluQD7AiEA936hkMjEekMH3nn3xRmjV8kHYMIE2algIi9JfG/FkKE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":24949},"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"dev":"tsc --watch","build":"tsc","start":"node dist/index.js"},"_npmUser":{"name":"blovett80","email":"brian.c.lovett@gmail.com"},"_npmVersion":"10.8.2","description":"MCP server for discovering AI tools, MCP servers, and agent skills via AllYourTech.ai","directories":{},"_nodeVersion":"20.20.0","dependencies":{"@modelcontextprotocol/sdk":"^1.12.1"},"_hasShrinkwrap":false,"devDependencies":{"typescript":"^5.7.0","@types/node":"^22.0.0"},"_npmOperationalInternal":{"tmp":"tmp/mcp-server_0.1.0_1773964582257_0.6207749647020273","host":"s3://npm-registry-packages-npm-production"}},"0.2.0":{"name":"@allyourtech/mcp-server","version":"0.2.0","description":"MCP server for discovering AI tools, MCP servers, APIs/SDKs, and agent skills via AllYourTech.ai","main":"dist/index.js","types":"dist/index.d.ts","bin":{"allyourtech-mcp":"dist/index.js"},"scripts":{"build":"tsc","dev":"tsc --watch","start":"node dist/index.js"},"keywords":["mcp","ai-tools","claude","cursor","agent","mcp-server"],"author":{"name":"AllYourTech.ai"},"license":"MIT","dependencies":{"@modelcontextprotocol/sdk":"^1.12.1"},"devDependencies":{"typescript":"^5.7.0","@types/node":"^22.0.0"},"_id":"@allyourtech/mcp-server@0.2.0","_nodeVersion":"20.20.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-B6HQgwaploazFS+mqrmZgnIOy51S51LEpLHDRLEgnjeK6/7hcHImz97m4dcGDGYYa6jzIfPz9ejmq/udcoTcag==","shasum":"1cfe9a2b30fa59c404c147b2c20e8984e957f631","tarball":"https://registry.npmjs.org/@allyourtech/mcp-server/-/mcp-server-0.2.0.tgz","fileCount":6,"unpackedSize":25042,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDgb7d7XgXX0SMtjy1WlnVb5x8wEEjHBmUP69M0cywNSwIgIMWX4zixy8V0WZCxf4NPUv3HSJEc6jFUzD/WEZ2qFDY="}]},"_npmUser":{"name":"blovett80","email":"brian.c.lovett@gmail.com"},"directories":{},"maintainers":[{"name":"blovett80","email":"brian.c.lovett@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/mcp-server_0.2.0_1773966614733_0.37334515061402307"},"_hasShrinkwrap":false}},"time":{"created":"2026-03-19T23:56:22.100Z","modified":"2026-03-20T00:30:15.119Z","0.1.0":"2026-03-19T23:56:22.402Z","0.2.0":"2026-03-20T00:30:14.972Z"},"author":{"name":"AllYourTech.ai"},"license":"MIT","keywords":["mcp","ai-tools","claude","cursor","agent","mcp-server"],"description":"MCP server for discovering AI tools, MCP servers, APIs/SDKs, and agent skills via AllYourTech.ai","maintainers":[{"name":"blovett80","email":"brian.c.lovett@gmail.com"}],"readme":"# @allyourtech/mcp-server\n\nMCP server for discovering AI tools, MCP servers, and agent skills from [AllYourTech.ai](https://allyourtech.ai).\n\n## Quick Start\n\n```bash\nnpx @allyourtech/mcp-server\n```\n\n## Add to Claude Code\n\nAdd to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"allyourtech\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@allyourtech/mcp-server\"]\n    }\n  }\n}\n```\n\n## Available Tools\n\n| Tool | Description |\n|------|------------|\n| `search_ai_tools` | Search AI tools by keyword, category, or pricing |\n| `search_mcp_servers` | Search the MCP server registry |\n| `search_skills` | Search agent skills and prompts |\n| `discover` | Semantic search across all content types |\n| `get_tool_details` | Get full details for a tool by ID or slug |\n| `get_categories` | List available categories and filters |\n\n## Environment Variables\n\n| Variable | Description |\n|----------|------------|\n| `ALLYOURTECH_API_KEY` | Optional API key for higher rate limits |\n| `ALLYOURTECH_BASE_URL` | Override base URL (default: `https://allyourtech.ai`) |\n\n## Examples\n\nOnce installed, ask Claude:\n\n- \"Find me the best free code assistant tools\"\n- \"Search for MCP servers that work with databases\"\n- \"What agent skills are available for deployment automation?\"\n- \"Compare Cursor and Windsurf\"\n","readmeFilename":"README.md"}