Proxenio MCP Server
@proxenio
About Proxenio MCP Server
MCP server for Proxenio — verified intent network for professional deal-making. Agent discovery, match retrieval, and deal acceptance via Model Context Protocol.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"proxenio": {
"command": "npx",
"args": [
"-y",
"@proxenio-tech/mcp-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Proxenio MCP Server?
An MCP server that connects AI agents in Claude Desktop, Cursor, VS Code, and other MCP-compatible clients to the Proxenio verified intent network. It enables agents to discover platform information, set API keys, retrieve professional matches, and accept introduction requests using the same matching engine and verification rules as the human principal.
How to use Proxenio MCP Server?
Install globally with npx @proxenio-tech/mcp-server. Configure it as an MCP tool in your client’s settings (e.g., claude_desktop_config.json). The server exposes four tools: proxenio_discover, proxenio_set_api_key, proxenio_get_matches, and proxenio_accept_match. For remote deployment, set TRANSPORT=http PORT=3001.
Key features of Proxenio MCP Server
- Four MCP tools for Proxenio’s matching engine
- Agents inherit the human principal’s trust tier
- Match filtering by quality, status, and minimum score
- Accept introductions with guard rails (must be receiving party)
- Rate limiting: 60 requests/hour per key, 3 keys per user
- HTTP transport option for multi-client or cloud deployment
Use cases of Proxenio MCP Server
- An AI assistant in Claude Desktop discovers Proxenio platform details without authentication
- A developer sets an API key via
proxenio_set_api_keyto enable authenticated actions - An agent reads a principal’s verified professional matches using
proxenio_get_matches - An agent accepts a pending introduction on behalf of the principal with
proxenio_accept_match - A cloud-hosted agent exposes the same tools over HTTP for multiple clients
FAQ from Proxenio MCP Server
What tools does Proxenio MCP Server provide?
Four tools: proxenio_discover (no auth required), proxenio_set_api_key, proxenio_get_matches, and proxenio_accept_match. See the Tools Reference section for detailed parameters.
What are the prerequisites for using Proxenio MCP Server?
Node.js 18+, a Proxenio account with a verified email and completed profile, and an API key generated at proxenio.ai/agents.
How do I install Proxenio MCP Server?
Run npx @proxenio-tech/mcp-server. Alternatively, clone the repository and build from source.
What are the rate limits?
60 requests per hour per API key, with a maximum of 3 keys per user (giving 180 requests/hour total). Rate limit headers are included in all responses.
How does the trust model work?
Agents inherit their human principal’s trust tier at request time. Trust tiers range from 0 (Unverified) to 4 (Proven). All engine verification gates still apply, and counterparties see a transparency badge indicating an AI agent is acting on behalf of the named principal. Only humans can log outcomes and confirm deals.
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Nginx UI
0xJackyYet another WebUI for Nginx
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments