We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/faalantir/mcp-agent-identity'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•367 B
# Simple Integration Example
This demonstrates how a backend service (like a Bank API) verifies signatures generated by the Agent Identity Protocol.
## How to run
1. Open `server.ts`.
2. Generate a signature using your Claude Agent (`sign_message`).
3. Paste the Signature and Public Key into the `mockPayload` object in `server.ts`.
4. Run: `npx ts-node server.ts`