Back to Home
agent-network-protocol icon

mcp2anp

Verified Safe

by agent-network-protocol

Overview

Acts as a bridge service, converting Model Control Protocol (MCP) client requests to Agent Network Protocol (ANP) agent interactions, primarily for LLM/IDE frontends like Claude or Cursor.

Installation

Run Command
mcp2anp-remote --host 0.0.0.0 --port 9880

Environment Variables

  • ANP_DID_DOCUMENT_PATH
  • ANP_DID_PRIVATE_KEY_PATH

Security Notes

The server's core functionality involves making network requests (HTTP, JSON-RPC) to arbitrary URLs specified by the client (LLM Agent). This introduces a significant risk if the LLM agent is not properly constrained, as it could be prompted to interact with internal or malicious external endpoints. Credential management for DID authentication (via environment variables or a remote API key service) is clearly documented. Hardcoded public service URLs (didhost.cc) and test API keys exist but are appropriate for their context (public endpoints, examples/tests). The project emphasizes not committing private keys to version control. No 'eval' or obvious malicious patterns were found.

Similar Servers

Stats

Interest Score38
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars7
Forks4
Last Update2025-11-28

Tags

MCPANPBridgeAI AgentsProtocol Conversion