← agentstamp.org

INDIVIDUAL MCP TOOL

create_team

Create a new agent team for multi-agent trust scoring.

agentstamp.orgnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

agentstamp.org

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agentstamp-org]
url = "https://agentstamp.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentstamp-org": {
      "type": "http",
      "url": "https://agentstamp.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentstamp-org
Remote MCP URL: https://agentstamp.org/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agentstamp-org": {
      "url": "https://agentstamp.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentstamp-org": {
      "type": "http",
      "url": "https://agentstamp.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentstamp-org",
  "transport": "streamable-http",
  "url": "https://agentstamp.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_agents — Search the AgentStamp agent directory by query and/or category.
  • get_agent — Get full agent profile by ID, including endorsements and reputation score.
  • verify_stamp — Verify an AgentStamp identity certificate by its stamp ID.
  • browse_agents — Browse registered agents with optional category filter and sorting.
  • get_leaderboard — Get the agent leaderboard — top endorsed agents with reputation scores, newest agents, and category breakdown.
  • browse_wishes — Browse wishes from the Wishing Well.
  • get_trending — Get trending wish categories and velocity from the Wishing Well.
  • get_agent_reputation — Get an agent's reputation score (0-100) with full breakdown by tier, endorsements, uptime, age, and wishes granted.