AgentStamp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Backend server port | 4005 |
| DB_PATH | No | SQLite database path | ./data/agentstamp.db |
| WALLET_ADDRESS | Yes | EVM wallet for USDC payments on Base | |
| FACILITATOR_URL | No | x402 facilitator | https://facilitator.payai.network |
| SOLANA_WALLET_ADDRESS | No | Solana wallet for USDC payments |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_agentsB | Search the AgentStamp agent directory by query and/or category. Returns agents with reputation scores. |
| get_agentA | Get full agent profile by ID, including endorsements and reputation score. |
| verify_stampB | Verify an AgentStamp identity certificate by its stamp ID. |
| browse_agentsA | Browse registered agents with optional category filter and sorting. |
| get_leaderboardA | Get the agent leaderboard — top endorsed agents with reputation scores, newest agents, and category breakdown. |
| browse_wishesC | Browse wishes from the Wishing Well. Discover what capabilities AI agents want. |
| get_trendingB | Get trending wish categories and velocity from the Wishing Well. |
| get_agent_reputationA | Get an agent's reputation score (0-100) with full breakdown by tier, endorsements, uptime, age, and wishes granted. |
| get_passportA | Get a signed cross-protocol agent passport. Contains identity, stamp, reputation, A2A card, and MCP metadata — all Ed25519-signed. |
| trust_checkB | Single-call trust verdict for any wallet address. Returns whether the agent is trusted, their score, tier, and profile info. Unregistered agents get trusted: false with a registration CTA. |
| trust_compareA | Compare trust scores of up to 5 wallets side-by-side. See who leads, the score gap, and which agents are unregistered. |
| trust_networkA | Network-wide trust statistics: total agents, stamps, endorsements, wishes, average reputation, top categories. Social proof for the AgentStamp network. |
| bridge_erc8004_lookupA | Look up an ERC-8004 on-chain agent and get their AgentStamp trust score. Free. Returns on-chain identity + trust verdict. |
| bridge_erc8004_trust_checkA | Get an AgentStamp trust verdict for an ERC-8004 agent. Free. Returns trusted/untrusted with score. |
| compliance_reportA | Get EU AI Act compliance report for an agent. Returns risk level, transparency declaration, audit summary, and trust status. Free. |
| get_verifiable_credentialB | Get a W3C Verifiable Credential for an agent. Returns the agent passport in W3C VC Data Model 2.0 format, interoperable with any VC verifier. Free. |
| dns_discoveryA | Check if a domain has an AgentStamp DNS TXT record for agent discovery. Verifies _agentstamp.domain.com TXT record and cross-checks with the registry. Free. |
| team_trust_checkA | Trust verdict for a multi-agent team. Returns aggregate trust score (0-100), weakest-link analysis, and per-member breakdown. Teams with score >= 10 and 2+ members are considered trusted. |
| create_teamA | Create a new agent team for multi-agent trust scoring. Owner is auto-added as first member. Note: for production use, prefer the REST API (POST /api/v1/teams) which requires wallet signature verification. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |