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.
Server Config
{
"mcpServers": {
"proxenio": {
"command": "npx",
"args": [
"-y",
"@proxenio-tech/mcp-server"
]
}
}
}