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
Links
- Homepage: https://www.proxenio.ai
- Docs: https://www.proxenio.ai/agents/docs
- OpenAPI: https://www.proxenio.ai/api/agent/openapi.json
- npm: https://www.npmjs.com/package/@proxenio-tech/mcp-server
- License: MIT
- Maintainer: Proxenio Technologies Ltd
Server Config
{
"mcpServers": {
"proxenio": {
"command": "npx",
"args": [
"-y",
"@proxenio-tech/mcp-server"
]
}
}
}