Skip to main content
Glama

⚠️ 알파 소프트웨어 — Vaultfire 프로토콜은 현재 활발히 개발 중입니다. 스마트 컨트랙트는 메인넷에 배포되어 있으나, 제3자 보안 업체로부터 공식적인 감사를 받지 않았습니다. 읽기 전용 도구는 모든 에이전트가 안전하게 사용할 수 있습니다. 쓰기 도구는 실제 컨트랙트와 상호작용하며, 트랜잭션은 되돌릴 수 없습니다. 사용자의 책임하에 사용하십시오. 보증 면책 조항은 LICENSE를 참조하십시오.

@vaultfire/mcp-server

Vaultfire 프로토콜을 위한 MCP 서버

MCP 호환 AI를 위한 온체인 신뢰 검증. Claude · Copilot · Cursor · Windsurf · Google ADK 등과 호환됩니다.

Base · Avalanche · Arbitrum · Polygon에 배포되었습니다.

npm version License: MIT


빠른 시작

Claude Desktop

claude_desktop_config.json (macOS의 경우 보통 ~/Library/Application Support/Claude/claude_desktop_config.json)에 추가하세요:

{
  "mcpServers": {
    "vaultfire": {
      "command": "npx",
      "args": ["-y", "@vaultfire/mcp-server"],
      "env": {
        "VAULTFIRE_CHAIN": "base"
      }
    }
  }
}

쓰기 도구(에이전트 등록, 본드 생성)를 활성화하려면 개인 키를 추가하세요:

{
  "mcpServers": {
    "vaultfire": {
      "command": "npx",
      "args": ["-y", "@vaultfire/mcp-server"],
      "env": {
        "VAULTFIRE_CHAIN": "base",
        "PRIVATE_KEY": "your_private_key_here"
      }
    }
  }
}

Cursor

프로젝트 루트의 .cursor/mcp.json에 추가하세요:

{
  "mcpServers": {
    "vaultfire": {
      "command": "npx",
      "args": ["-y", "@vaultfire/mcp-server"],
      "env": {
        "VAULTFIRE_CHAIN": "base"
      }
    }
  }
}

일반 (npx)

# Read-only mode (no key needed)
npx @vaultfire/mcp-server

# With a specific chain
VAULTFIRE_CHAIN=avalanche npx @vaultfire/mcp-server

# With write tools enabled
PRIVATE_KEY=your_private_key npx @vaultfire/mcp-server

전역 설치

npm install -g @vaultfire/mcp-server
vaultfire-mcp-server

사용 가능한 도구

읽기 전용 도구 (항상 사용 가능)

도구

설명

vaultfire_verify_agent

전체 신뢰 검증: 신원, 본드, Street Cred, 평판, 브리지 상태

vaultfire_get_street_cred

Street Cred 점수(0-95) 및 등급 조회

vaultfire_get_agent

온체인 신원 데이터 (URI, 유형, 등록일, 활성 상태)

vaultfire_get_bonds

주소에 대한 모든 파트너십 본드

vaultfire_get_reputation

평판 데이터 (평균 평점, 피드백 수, 검증 비율 %)

vaultfire_discover_agents

기능 태그별 에이전트 검색

vaultfire_protocol_stats

프로토콜 통계: 총 에이전트 수, 본드, 본드 가치, 브리지 동기화

쓰기 도구 (PRIVATE_KEY 환경 변수 필요)

도구

설명

vaultfire_register_agent

온체인 AI 에이전트 등록 (ERC-8004)

vaultfire_create_bond

경제적 지분을 담보로 파트너십 본드 생성

경고: 쓰기 도구는 메인넷에 실제 트랜잭션을 전송합니다. 트랜잭션은 되돌릴 수 없습니다.


리소스

이 서버는 프로토콜 컨텍스트를 위해 두 가지 MCP 리소스를 노출합니다:

URI

설명

vaultfire://chains

컨트랙트 주소 및 체인 세부 정보를 포함한 4개의 지원 체인

vaultfire://scoring

Street Cred 점수 산정 공식 및 등급 정의


구성

환경 변수

필수

기본값

설명

VAULTFIRE_CHAIN

아니요

base

쿼리할 체인: base, avalanche, arbitrum, polygon

PRIVATE_KEY

아니요

쓰기 도구(등록, 본드)를 위한 개인 키. 절대 커밋하지 마십시오.

VAULTFIRE_RPC_URL

아니요

사용자 지정 RPC URL (선택한 체인의 기본값 재정의)


Street Cred 점수 산정

Street Cred는 실시간 온체인 데이터에서 계산된 복합 신뢰 점수(0–95)입니다:

구성 요소

점수

조건

신원 등록됨

30

에이전트가 ERC-8004 온체인 신원을 보유함

본드 보유

25

최소 하나의 파트너십 본드가 존재함

본드 활성

15

최소 하나의 본드가 현재 활성 상태임

본드 등급

0–20

플래티넘 (≥0.5 ETH) / 골드 (≥0.1) / 실버 (≥0.05) / 브론즈 (≥0.01)

다중 본드

5

하나 이상의 본드 보유 (생태계 참여자)

등급:

등급

점수 범위

설명

등급 없음

0

온체인 신뢰 신호 없음

브론즈

1–30

기본 신원 또는 최소한의 본드 활동

실버

31–55

등록 및 일부 지분을 담보로 한 본드 보유

골드

56–75

의미 있는 지분을 담보로 한 활성 본드

플래티넘

76–95

상당한 지분을 담보로 한 다수의 활성 본드


지원 체인

체인

체인 ID

허브

네이티브 토큰

Base

8453

✅ 기본

ETH

Avalanche

43114

AVAX

Arbitrum

42161

ETH

Polygon

137

POL


Vaultfire를 선택해야 하는 이유

기능

Vaultfire

AxisTrust

Cred Protocol

Okta XAA

AI 책임 본드

AI 파트너십 본드

온체인, 무신뢰

부분적

멀티체인 (첫날부터)

✅ (4)

Street Cred 복합 점수

T-Score

C-Score

신념 가중 거버넌스

ERC-8004 준수

지표보다 도덕을. 감시보다 프라이버시를. 통제보다 자유를. 추출보다 인간의 번영을 더 수익성 있게 만듭니다.

핵심 차별화 요소:

  1. AI 책임 본드 — 단순 점수가 아닌 실제 경제적 이해관계

  2. AI 파트너십 본드 — 에이전트 간의 상호 경제적 지분

  3. 신념 가중 거버넌스 — 업계 최초 (토큰 가중치 아님)

  4. 첫날부터 크로스체인 지원 — 4개의 메인넷 체인

  5. Street Cred 점수 — 온체인 데이터 기반의 0-95 복합 신뢰 점수


Vaultfire 생태계

패키지

설명

@vaultfire/agent-sdk

핵심 SDK — 에이전트 등록, 본드 생성, 평판 쿼리

@vaultfire/langchain

LangChain / LangGraph 통합

@vaultfire/a2a

에이전트 간(A2A) 프로토콜 브리지

@vaultfire/enterprise

엔터프라이즈 IAM 브리지 (Okta, Azure AD, OIDC)

@vaultfire/mcp-server

본 패키지 — Claude, Copilot, Cursor용 MCP 서버

@vaultfire/openai-agents

OpenAI 에이전트 SDK 통합

@vaultfire/vercel-ai

Vercel AI SDK 미들웨어 및 도구

@vaultfire/xmtp

신뢰 검증이 포함된 XMTP 메시징

@vaultfire/x402

신뢰 게이트가 포함된 X402 결제 프로토콜

@vaultfire/vns

Vaultfire 네임 서비스 — 사람이 읽을 수 있는 에이전트 ID

vaultfire-crewai

CrewAI 통합 (Python)

vaultfire-agents

실시간 온체인 신뢰를 갖춘 3개의 참조 에이전트

vaultfire-a2a-trust-extension

A2A 신뢰 확장 사양 — 에이전트 카드를 위한 온체인 신뢰

vaultfire-showcase

Vaultfire 본드가 신뢰 점수보다 나은 이유 — 실시간 증명

vaultfire-whitepaper

신뢰 프레임워크 백서 — AI를 위한 경제적 책임

vaultfire-docs

개발자 포털 — 빠른 시작, 플레이그라운드, 프레임워크 선택기


보안

  • 읽기 전용 도구는 자격 증명이 필요 없으며 어디서나 안전하게 실행할 수 있습니다.

  • 쓰기 도구PRIVATE_KEY가 필요합니다. 항상 환경 변수에서 로드하고 절대 하드코딩하지 마십시오.

  • 스마트 컨트랙트는 메인넷에 배포되어 있으나 공식적인 감사를 받지 않았습니다.

  • 쓰기 도구를 통해 전송된 트랜잭션은 되돌릴 수 없습니다.

  • 신뢰할 수 없는 당사자에게 MCP 서버 구성(PRIVATE_KEY 포함)을 노출하지 마십시오.


라이선스

MIT — Copyright 2025 Ghostkey316

전체 약관 및 보증 면책 조항은 LICENSE를 참조하십시오.

Available Tools

7 tools
vaultfire_discover_agentsC

Find registered AI agents by capability tags. Returns a list of agent addresses that match the requested capabilities. Capabilities are hashed on-chain.

ParametersJSON Schema
NameRequiredDescriptionDefault
capabilitiesYesCapability tags to search for (e.g., ["code-review", "translation"])
chainNoChain to query (default: base)

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden but only states the basic action and return type. It doesn't disclose behavioral traits such as whether this is a read-only operation, potential rate limits, authentication needs, or how the on-chain hashing affects results. For a tool with zero annotation coverage, this leaves significant gaps in understanding its behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that front-loads the purpose and key details. Every word earns its place with no redundancy or unnecessary elaboration, making it easy to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of querying on-chain data with hashed capabilities and no output schema, the description is incomplete. It doesn't explain the return format (e.g., structure of addresses, pagination), error conditions, or how capability matching works. For a tool with no annotations and no output schema, this leaves too much unspecified for reliable use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema fully documents both parameters. The description adds no additional meaning beyond what's in the schema, such as explaining the format of capability tags or the implications of chain selection. Baseline 3 is appropriate when the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'find' and resource 'registered AI agents' with the mechanism 'by capability tags', and specifies the return type 'list of agent addresses'. However, it doesn't explicitly differentiate from sibling tools like 'vaultfire_get_agent' which might retrieve details about a specific agent rather than searching by capabilities.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention sibling tools like 'vaultfire_get_agent' for individual agent details or 'vaultfire_verify_agent' for verification, leaving the agent to infer usage from tool names alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

vaultfire_get_agentA

Get on-chain identity data for an agent address: agent URI, agent type, registration timestamp, and active status. Returns ERC-8004 compliant identity info.

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYesEthereum address of the AI agent (0x...)
chainNoChain to query (default: base)

TDQS

A3.5/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden for behavioral disclosure. While it mentions the return format ('ERC-8004 compliant identity info'), it lacks critical operational details: whether this is a read-only operation (implied but not stated), authentication requirements, rate limits, error conditions, or what happens with invalid addresses. The description provides basic functionality but misses important behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is perfectly concise - two sentences that efficiently communicate purpose and return format with zero wasted words. The first sentence clearly states what the tool does and what data it returns, while the second provides important compliance context. Every element earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read operation with 2 parameters and 100% schema coverage but no output schema, the description provides adequate but incomplete context. It clearly states what data is returned but doesn't describe the response structure or format details. The ERC-8004 compliance mention is helpful but assumes prior knowledge. Given the missing output schema, more detail about return values would improve completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already fully documents both parameters. The description adds no additional parameter semantics beyond what's in the schema - it doesn't explain format requirements for the address beyond '0x...' or clarify chain selection implications. With complete schema coverage, the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('Get on-chain identity data') and resource ('for an agent address'), listing exactly what data is retrieved (agent URI, agent type, registration timestamp, active status). It distinguishes itself from siblings like vaultfire_get_bonds or vaultfire_get_reputation by focusing on core identity information rather than financial or social metrics.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage when identity data is needed for an agent address, but provides no explicit guidance on when to choose this tool versus alternatives like vaultfire_verify_agent (which might verify rather than retrieve) or vaultfire_discover_agents (which might list multiple agents). No when-not-to-use scenarios or prerequisites are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

vaultfire_get_bondsB

Get all partnership bonds for an address. Returns bond IDs and full bond details including partner addresses, partnership type, stake amount (in ETH/native token), creation date, and active status.

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYesEthereum address to look up bonds for (0x...)
chainNoChain to query (default: base)

TDQS

B3.3/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden. It discloses that the tool retrieves data (implied read-only) and lists the types of details returned, but lacks information on behavioral traits like rate limits, error handling, authentication needs, or whether it's a query or mutation. It adds some context but is incomplete for a tool with no annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, well-structured sentence that efficiently states the purpose and return details without unnecessary words. It is front-loaded with the main action and provides essential information concisely.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no annotations and no output schema, the description partially compensates by listing return details, but it does not fully cover behavioral aspects or provide a complete picture for a tool with two parameters. It is adequate but has clear gaps in usage guidance and transparency.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the input schema already documents both parameters ('address' and 'chain') with descriptions and enums. The description does not add any meaning beyond the schema, such as explaining parameter interactions or default behaviors, meeting the baseline for high coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('Get') and resource ('partnership bonds for an address'), specifying it returns bond IDs and details like partner addresses, type, stake, creation date, and status. However, it does not explicitly differentiate from sibling tools like 'vaultfire_get_agent' or 'vaultfire_get_reputation', which might handle different data types, so it lacks sibling differentiation for a perfect score.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. The description does not mention any prerequisites, exclusions, or comparisons to sibling tools such as 'vaultfire_discover_agents' or 'vaultfire_verify_agent', leaving the agent without context for tool selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

vaultfire_get_reputationB

Get reputation data for an agent: average rating, total feedback count, verified feedback count, and percentage of verified feedback. Ratings are stored on-chain from real interactions.

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYesEthereum address of the AI agent (0x...)
chainNoChain to query (default: base)

TDQS

B3.3/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions that ratings are 'stored on-chain from real interactions,' which adds context about data source and authenticity, but lacks details on error handling, rate limits, or response format. For a read operation, this is minimally adequate but leaves gaps in understanding operational behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is highly concise and front-loaded, using a single sentence to convey the core purpose and key metrics. Every word earns its place, with no redundant information. It efficiently communicates the tool's function without unnecessary elaboration, making it easy for an agent to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (2 parameters, no output schema, no annotations), the description is somewhat complete but has gaps. It covers what data is retrieved and its on-chain nature, but lacks details on output structure, error cases, or integration with sibling tools. Without annotations or output schema, more context on behavioral aspects would improve completeness for agent use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the input schema fully documents the parameters ('address' and 'chain'). The description adds no additional parameter semantics beyond what the schema provides, such as explaining address validation or chain selection implications. Baseline 3 is appropriate as the schema handles the heavy lifting without description enhancement.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: retrieving reputation data for an AI agent, including specific metrics like average rating, feedback counts, and verification percentages. It distinguishes this from sibling tools like 'vaultfire_get_agent' or 'vaultfire_get_street_cred' by focusing on reputation metrics, though it doesn't explicitly contrast with them. The mention of on-chain storage adds useful context but doesn't fully differentiate from alternatives.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention sibling tools like 'vaultfire_get_agent' or 'vaultfire_get_street_cred', leaving the agent to infer usage based on tool names alone. There's no indication of prerequisites, such as needing an agent address, or when this tool is preferred over others for reputation-related queries.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

vaultfire_get_street_credA

Get the Street Cred score (0-95) and tier for an agent address. Tiers: Unranked (0), Bronze (1-30), Silver (31-55), Gold (56-75), Platinum (76-95). Also returns the score breakdown showing how each component contributes.

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYesEthereum address of the AI agent (0x...)
chainNoChain to query (default: base)

TDQS

A3.8/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It describes the output (score, tier, breakdown) but doesn't mention potential errors, rate limits, authentication needs, or data freshness. It adds some context by detailing the tier ranges and score components, but lacks operational traits like response format or failure modes.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose in the first sentence, followed by tier details and additional output information. Every sentence adds value (e.g., tier ranges, breakdown explanation) without redundancy, making it efficient and well-structured for quick comprehension.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (2 parameters, no output schema, no annotations), the description is reasonably complete. It explains the output (score, tier, breakdown) and tier ranges, which compensates for the lack of output schema. However, it could improve by addressing behavioral aspects like error handling or data sources, leaving minor gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 100%, so the input schema already documents both parameters (address and chain) thoroughly. The description doesn't add any parameter-specific details beyond what the schema provides, such as examples or edge cases, but it doesn't need to compensate for gaps, resulting in a baseline score of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with specific verbs ('Get the Street Cred score and tier') and resource ('for an agent address'), distinguishing it from siblings like vaultfire_get_agent or vaultfire_get_reputation by focusing on a specific scoring metric. It explicitly mentions the score range (0-95) and tier breakdown, making the purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage by specifying it's for an agent address, but it doesn't explicitly state when to use this tool versus alternatives like vaultfire_get_agent or vaultfire_get_reputation. There's no guidance on prerequisites, exclusions, or comparative contexts, leaving the agent to infer usage from the purpose alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

vaultfire_protocol_statsA

Get Vaultfire Protocol statistics: total registered agents, total bonds created, total active bond value (in native token), and bridge sync count.

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoChain to query (default: base)

TDQS

A3.8/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses the tool's read-only nature ('Get') and the specific metrics returned, which is helpful. However, it lacks details on behavioral traits like rate limits, authentication requirements, error conditions, or response format, which would be valuable for a tool with no annotation coverage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, well-structured sentence that front-loads the purpose and efficiently lists the four key statistics. Every word contributes to understanding the tool's function without redundancy or fluff, making it highly concise and effective.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's low complexity (one optional parameter, no output schema, no annotations), the description is reasonably complete. It clearly states what statistics are returned, which compensates for the lack of output schema. However, it could improve by mentioning response format or any limitations, but for a simple read operation, it provides sufficient context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage, with the 'chain' parameter fully documented (type, enum values, default). The description adds no parameter-specific information beyond what the schema provides, such as clarifying the 'native token' unit or 'bridge sync' meaning. With high schema coverage, the baseline score of 3 is appropriate as the description doesn't enhance parameter understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('Get') and resource ('Vaultfire Protocol statistics'), listing the exact metrics returned (total registered agents, total bonds created, total active bond value, bridge sync count). It distinguishes this from sibling tools like 'vaultfire_get_agent' or 'vaultfire_get_bonds' by focusing on aggregate protocol-level stats rather than individual entities.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for retrieving protocol-wide statistics, but provides no explicit guidance on when to use this tool versus alternatives like 'vaultfire_discover_agents' or 'vaultfire_get_bonds'. No exclusions or prerequisites are mentioned, leaving the agent to infer context from the tool name and description alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

vaultfire_verify_agentA

Full trust verification for an AI agent address: checks on-chain identity (ERC-8004), partnership bonds, Street Cred score (0-95), reputation data, and cross-chain bridge recognition. Returns a trusted/untrusted verdict with reason. Use this before interacting with an unknown agent.

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYesEthereum address of the AI agent to verify (0x...)
chainNoChain to query (default: base)
minScoreNoMinimum Street Cred score to be considered trusted (default: 20, max: 95)

TDQS

A4.2/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses behavioral traits such as returning a 'trusted/untrusted verdict with reason' and performing multiple checks, but lacks details on rate limits, error handling, or authentication needs. The description is informative but not comprehensive for a verification tool with no annotation support.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the tool's purpose and key checks, followed by usage guidance. Every sentence earns its place by adding value, with no redundant or vague language, making it efficient and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of a verification tool with 3 parameters and no output schema, the description is mostly complete. It explains what the tool does and when to use it, but lacks details on output format or behavioral aspects like error cases. With no annotations, it could benefit from more transparency, but it's adequate for basic use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all parameters thoroughly. The description adds no additional parameter semantics beyond what the schema provides, such as explaining interactions between parameters or usage nuances. Baseline 3 is appropriate as the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with specific verbs ('verify', 'checks') and resources ('AI agent address'), listing multiple verification criteria (on-chain identity, partnership bonds, Street Cred score, reputation data, cross-chain bridge recognition). It distinguishes from sibling tools like 'vaultfire_get_street_cred' or 'vaultfire_get_reputation' by combining all checks into a single trusted/untrusted verdict.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use this tool: 'Use this before interacting with an unknown agent.' This provides clear context for usage versus alternatives, though it doesn't name specific sibling tools, the guidance is direct and actionable for the agent's decision-making.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 7 tool updatesv1.0.0
    • First observedvaultfire_discover_agents
    • First observedvaultfire_get_agent
    • First observedvaultfire_get_bonds
    • First observedvaultfire_get_reputation
    • First observedvaultfire_get_street_cred
    • First observedvaultfire_protocol_stats
    • First observedvaultfire_verify_agent

TDQS

A3.8/5.0

Scored across 7 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: discover_agents finds agents by tags, get_agent retrieves identity data, get_bonds lists partnership bonds, get_reputation provides rating data, get_street_cred gives a score and tier, protocol_stats shows system-wide metrics, and verify_agent performs a comprehensive trust check. The descriptions reinforce these unique functions, making misselection unlikely.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with the prefix 'vaultfire_' (e.g., vaultfire_discover_agents, vaultfire_get_agent). This uniform snake_case naming convention makes the set predictable and easy to parse, with no deviations in style or structure across the seven tools.

Tool Count5/5

With 7 tools, the count is well-scoped for a server focused on AI agent verification and data retrieval in the Vaultfire ecosystem. Each tool serves a specific, non-redundant function, covering discovery, identity, bonds, reputation, scoring, stats, and verification, which aligns perfectly with the domain's needs without being overly sparse or bloated.

Completeness5/5

The tool surface provides complete coverage for the domain of AI agent verification and on-chain data access. It includes discovery, detailed identity and bond retrieval, reputation and scoring metrics, protocol-level statistics, and a comprehensive verification tool that integrates all aspects. There are no obvious gaps; agents can perform end-to-end workflows without dead ends.

Related MCP Connectors