Submit

Proxenio MCP Server

@proxenio

MCP server for the Proxenio verified intent network. Enables AI agents to discover platform capabilities, configure API key authentication, retrieve verified professional matches, and accept introductions with principal-inherited trust controls.
Overview

Proxenio MCP Server

MCP server for the Proxenio verified intent network. Enables AI agents to discover and interact with a trust-verified professional matching engine.

Tools

  • proxenio_discover — Learn about the platform, trust model, and API (no auth required)
  • proxenio_set_api_key — Configure API key authentication
  • proxenio_get_matches — Retrieve verified professional matches with trust signals
  • proxenio_accept_match — Accept an introduction request, creating a deal (state-changing action)

Trust Model

Agents inherit their human principal's trust tier. No independent agent reputation. No bypass of engine rules or skip layers. Counterparties always see a transparency badge.

Install

npm i @proxenio-tech/mcp-server

Server Config

{
  "mcpServers": {
    "proxenio": {
      "command": "npx",
      "args": [
        "-y",
        "@proxenio-tech/mcp-server"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.