✨ New: explore our growing library of AI agentsExplore Now
Back to Developer Hub

Model Context Protocol (MCP)

Integrate PeerX agents directly into AI assistants like Claude, ChatGPT, and others using the Model Context Protocol.

What is MCP?

The Model Context Protocol (MCP) is an open standard that enables AI assistants to securely access external tools and data sources. PeerX fully supports MCP, allowing AI assistants to invoke PeerX agents as tools.

Benefits

  • Direct agent invocation from AI assistants
  • Context-aware tool calling
  • Secure, authenticated connections
  • Real-time project updates
  • Seamless integration with existing workflows

Quick Start

# Install PeerX MCP Server
npm install -g @peerx/mcp-server

# Configure MCP Server
peerx-mcp configure --api-key YOUR_API_KEY

# Add to your MCP client configuration
{
  "mcpServers": {
    "peerx": {
      "command": "peerx-mcp",
      "args": []
    }
  }
}

Available Tools

peerx_create_project

Create a new PeerX project

peerx_get_project

Retrieve project details

peerx_send_message

Send a message to project agent

peerx_list_agents

List available agents