MCP Server
@pelagora/mcp connects your Pelagora node to AI assistants like Claude via the Model Context Protocol.
What it does
The MCP server exposes your node's capabilities as tools that AI assistants can call:
- List and manage inventory — Create, update, and delete items
- Search the network — Find items across connected peers
- Make and manage offers — Negotiate deals through natural language
- Check node status — Health, settings, and peer info
Quick start
bash
npm install @pelagora/mcpAdd to your Claude Desktop config:
json
{
"mcpServers": {
"pelagora": {
"command": "npx",
"args": ["@pelagora/mcp"]
}
}
}Make sure your Pelagora node is running, then ask Claude something like:
"List my inventory" or "Search the network for vintage guitars"
Learn more
- Installation — Setup and configuration
- Tools — All available MCP tools
- Prompts — Built-in prompt templates
- Resources — Exposed MCP resources