Proxenio MCP Server
@proxenio
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"proxenio": {
"command": "npx",
"args": [
"-y",
"@proxenio-tech/mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
ICSS
chokcoco不止于 CSS
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论