The mappings-mcp server enables AI agents to interact with PEAC, a protocol for verifiable automated interactions. It exposes functions to create, read, update, and delete mappings between agents and their contexts. The server connects to the PEAC network, allowing agents to securely and verifiably share and manage their context data. Developers use it to build decentralized applications that require secure, verifiable interactions between AI agents.
The mappings-mcp server enables AI agents to interact with PEAC, a protocol for verifiable automated interactions. It exposes functions to create, read, update, and delete mappings between agents and their contexts. The server connects to the PEAC network, allowing agents to securely and verifiably share and manage their context data. Developers use it to build decentralized applications that require secure, verifiable interactions between AI agents.
npx -y @peac/mappings-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"peac-mappings-mcp-npm": {
"command": "npx",
"args": [
"-y",
"npx -y @peac/mappings-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mappings-mcp?"
No configuration required. This server works out of the box.
"What resources are available in mappings-mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mappings-mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mappings-mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.