{"_id":"@amorce/mcp-server","name":"@amorce/mcp-server","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@amorce/mcp-server","version":"1.0.0","description":"MCP Server for Amorce Agent Discovery - enables Claude and other MCP-compatible LLMs to find AI agents","type":"module","bin":{"amorce-mcp":"dist/index.js"},"main":"./dist/index.js","scripts":{"build":"tsc","start":"node dist/index.js","dev":"tsx src/index.ts"},"keywords":["mcp","model-context-protocol","amorce","claude","ai-agents","agent-discovery"],"author":{"name":"Amorce"},"license":"MIT","dependencies":{"@modelcontextprotocol/sdk":"^1.0.0","zod":"^3.23.0"},"devDependencies":{"@types/node":"^20.0.0","tsx":"^4.0.0","typescript":"^5.3.0"},"engines":{"node":">=18.0.0"},"_id":"@amorce/mcp-server@1.0.0","gitHead":"100ff6f37a5608939981f341636a66b37a01307d","types":"./dist/index.d.ts","_nodeVersion":"22.16.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-ExsmB02NKMFhS3QJ0ZK6zEYo97tcZOIGw/TLn69C/RBs7ZtbKvv0xuI6VvnQBXnRLlws4GDvKE6+ODH2PYv9GA==","shasum":"310b3dd7330c0ad22e67b55dc2d60847310926f9","tarball":"https://registry.npmjs.org/@amorce/mcp-server/-/mcp-server-1.0.0.tgz","fileCount":6,"unpackedSize":15024,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGh01V+ms5EHQjV9g+D55w66j1v91cp0OwUIn2S1kpJGAiAGfRqLIZhtSU0sI5YF6+1DUtGqUKiY88pg4my1vkBJMg=="}]},"_npmUser":{"name":"amorce","email":"robert.gosselin@gmail.com"},"directories":{},"maintainers":[{"name":"amorce","email":"robert.gosselin@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/mcp-server_1.0.0_1766019839276_0.8987815840575506"},"_hasShrinkwrap":false}},"time":{"created":"2025-12-18T01:03:59.207Z","1.0.0":"2025-12-18T01:03:59.423Z","modified":"2025-12-18T01:03:59.704Z"},"maintainers":[{"name":"amorce","email":"robert.gosselin@gmail.com"}],"description":"MCP Server for Amorce Agent Discovery - enables Claude and other MCP-compatible LLMs to find AI agents","keywords":["mcp","model-context-protocol","amorce","claude","ai-agents","agent-discovery"],"author":{"name":"Amorce"},"license":"MIT","readme":"# @amorce/mcp-server\n\nMCP Server for Amorce Agent Discovery. Enables Claude and other MCP-compatible LLMs to find specialized AI agents.\n\n## Installation\n\n### Claude Desktop\n\nAdd to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"amorce\": {\n      \"command\": \"npx\",\n      \"args\": [\"@amorce/mcp-server\"]\n    }\n  }\n}\n```\n\n### Claude Code\n\n```bash\nclaude mcp add amorce -- npx @amorce/mcp-server\n```\n\n## Tools\n\n### search_agents\n\nFind AI agents by capability using semantic search.\n\n**Example prompts:**\n- \"Find an agent that can book flights to Paris\"\n- \"Search for currency exchange agents\"\n- \"What agents can help with weather forecasts?\"\n\n### get_agent\n\nGet detailed information about a specific agent.\n\n### get_agent_manifest\n\nGet the A2A (Agent-to-Agent) protocol manifest for an agent.\n\n## Example Usage\n\nOnce installed, ask Claude:\n\n> \"Use Amorce to find an agent that can help me book a restaurant reservation\"\n\nClaude will use the `search_agents` tool to find relevant agents in the Amorce Trust Directory.\n\n## Links\n\n- [Amorce Documentation](https://amorce.io/docs)\n- [Trust Directory](https://amorce.io/registry)\n- [GitHub](https://github.com/trebortGolin/amorce-js-sdk)\n","readmeFilename":"README.md","_rev":"1-15da8db1467508366a779ed7a0754b0e"}