@agentbadge/mcp

MCPcommunity
v0.3.1AgentBadgeMITUpdated 1d agonpmGitHub

MCP server and tools for AgentBadge

Works in
ClaudeCursorCopilotGemini

Inferred from the transports this listing declares (stdio). A client not listed here hasn’t been ruled out — it just isn’t something Forge can confirm.

Automatically indexed from public sources. Not yet verified by the developer on Forge.Claim this listing →
518Downloads/wk
1d agoLast update
Package
AuthorAgentBadge
LicenseMIT
Version0.3.1
Sourcenpm+mcp-registry
Trust Status
C
40/100Caution
✓Listed in Forge index+10/10
—Publisher identity verified+0/20
→ Publisher: run `forge publish` from the package repo to claim ownership
—Ed25519 publish signature+0/5
→ Included automatically when the publisher runs `forge publish`
—Domain verification+0/5
→ Publisher: host /.well-known/forge.json on the package homepage with { "publisher": "<github-login>" }
—npm Trusted Publishing (Sigstore)+0/5
→ Publish from GitHub Actions with --provenance so the attestation binds this package to this repo
—npm maintainer match+0/5
→ Earned once your identity is verified above and that login is an npm maintainer of this package
✓CVE scan · clean+30/30
—Static analysis · clean+0/20
→ Suspicious install scripts or obfuscated code detected
Paste into Claude Code, Cursor, or any AI assistant to fix all gaps
StatusCommunity-indexed
PublisherUnverified
SignatureUnsigned
Domain—
Provenance—
Dependencies60 resolved · 2 with advisories
Tool surface40 tools · 2 privileged
Security scan⚠ Warnings (6)v0.3.1 · 1d agoHow well does this scan work?
PROMPTtool:send_messageExfiltration-shaped instruction
EvalsNone
IndexedSep 25, 2026

Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.

Tools

40 tools · 2 privileged · 1 flagged for injection
Statically extracted from the published packagev0.3.1 · 1d ago

Read out of the source npm actually ships, at scan time. The package was never executed. Tools registered dynamically at runtime, or hidden inside bundled or minified code, can be missed — so this is a floor on the tool surface, not a complete census of it.

send_messageinjection riskSend a message to another agent via A2A messaging (server-key, deprecated). Use send_message_with_key for agent-signed messages.

Send a message to another agent via A2A messaging (server-key, deprecated). Use send_message_with_key for agent-signed messages.

INJECTIONExfiltration-shaped instructionSend a message to another agent via A2A messaging (server-key, deprecated). Use send_message_with_key for agent-signed m…

No input schema was published for this tool.

send_message_with_keySend a signed message to another agent via A2A messaging. Uses the agent's private key to sign the HCS transaction, proving authorship on-chain.

Send a signed message to another agent via A2A messaging. Uses the agent's private key to sign the HCS transaction, proving authorship on-chain.

No input schema was published for this tool.

get_inboxGet inbox messages for an agent. Returns messages sorted by timestamp with pagination.

Get inbox messages for an agent. Returns messages sorted by timestamp with pagination.

No input schema was published for this tool.

get_conversationGet conversation history between two agents. Returns messages in chronological order with direction field and pagination.

Get conversation history between two agents. Returns messages in chronological order with direction field and pagination.

No input schema was published for this tool.

get_audit_trailGet the audit trail for a passport, optionally filtered by tokenId and serial. Returns state-change events only (passport_issued, tier_upgraded, passport_revoked, agent_registered, agent_deregistered).

Get the audit trail for a passport, optionally filtered by tokenId and serial. Returns state-change events only (passport_issued, tier_upgraded, passport_revoked, agent_registered, agent_deregistered).

No input schema was published for this tool.

get_tier_requirementsGet the passport tier catalog with pricing and capabilities for all 4 tiers (bronze, silver, gold, platinum).

Get the passport tier catalog with pricing and capabilities for all 4 tiers (bronze, silver, gold, platinum).

No input schema was published for this tool.

subscribe_telegramSubscribe a Telegram username to bStock delta alerts. The user must have written /start to the bot first (DM model).

Subscribe a Telegram username to bStock delta alerts. The user must have written /start to the bot first (DM model).

No input schema was published for this tool.

unsubscribe_telegramUnsubscribe the calling agent's Telegram alerts.

Unsubscribe the calling agent's Telegram alerts.

No input schema was published for this tool.

get_subscription_statusShow the calling agent's Telegram subscription status.

Show the calling agent's Telegram subscription status.

No input schema was published for this tool.

get_deltaGet current delta% between a Binance bStock and its underlying equity, with market phase and staleness flag.

Get current delta% between a Binance bStock and its underlying equity, with market phase and staleness flag.

No input schema was published for this tool.

list_deltasList tracked bStock tickers with delta%. Optional filters:

List tracked bStock tickers with delta%. Optional filters:

No input schema was published for this tool.

get_quoteGet bStock price and underlying equity price (+multiplier) for a symbol.

Get bStock price and underlying equity price (+multiplier) for a symbol.

No input schema was published for this tool.

get_eventsGet recent market events: trading halts/resumes, tradability changes (NONE/OFFMARKET), calendar.

Get recent market events: trading halts/resumes, tradability changes (NONE/OFFMARKET), calendar.

No input schema was published for this tool.

get_digestGet a digest summary: per-symbol delta stats over the rolling 24h window plus event count.

Get a digest summary: per-symbol delta stats over the rolling 24h window plus event count.

No input schema was published for this tool.

circle_payCircle nanopayments helper (inbound only). Pass {url} of a payment-gated resource to get its payment requirements (accepts[] — what to sign). Optionally filter by scheme/network. Pass {url, payment} with a base64 payment-signature payload to verify it against the resource requirements before submit…

Circle nanopayments helper (inbound only). Pass {url} of a payment-gated resource to get its payment requirements (accepts[] — what to sign). Optionally filter by scheme/network. Pass {url, payment} with a base64 payment-signature payload to verify it against the resource requirements before submit…

No input schema was published for this tool.

circle_wallet_balance[OPS/INTERNAL] Get this server's seller wallet balances — on-chain USDC (balanceOf) plus Circle Gateway balance per enabled chain. Optional chain filter (CAIP-2 like eip155:84532 or name like 'Arc Testnet'). Returns [{network, chain, wallet:{balance,formatted}, gateway?}]. Read-only ops tool — not…

[OPS/INTERNAL] Get this server's seller wallet balances — on-chain USDC (balanceOf) plus Circle Gateway balance per enabled chain. Optional chain filter (CAIP-2 like eip155:84532 or name like 'Arc Testnet'). Returns [{network, chain, wallet:{balance,formatted}, gateway?}]. Read-only ops tool — not…

No input schema was published for this tool.

payment_statusGet normalized payment status for any Circle nanopayments rail. Pass a ref: gateway transfer UUID (Gateway rail), 0x tx hash (Arc self-settle / on-chain), or internal payment id (ledger). Returns {status: pending|confirmed|completed|failed|not_found, scheme, network, amount, confirmedAt}. Read-only.

Get normalized payment status for any Circle nanopayments rail. Pass a ref: gateway transfer UUID (Gateway rail), 0x tx hash (Arc self-settle / on-chain), or internal payment id (ledger). Returns {status: pending|confirmed|completed|failed|not_found, scheme, network, amount, confirmedAt}. Read-only.

No input schema was published for this tool.

payment_history[OPS/INTERNAL] Recent payment history for this server — settled gateway transfers merged with failure ledger entries (with reasons), sorted newest first. Optional status filter (settled|failed) and limit. Read-only ops tool.

[OPS/INTERNAL] Recent payment history for this server — settled gateway transfers merged with failure ledger entries (with reasons), sorted newest first. Optional status filter (settled|failed) and limit. Read-only ops tool.

No input schema was published for this tool.

supported_networksGet the Circle nanopayments capability matrix: accepts[] payment requirements (schemes, networks, assets, payTo) for a $0.001 reference price, plus per-flag capability state (gateway, arc, identity, escrow). Reflects live flag state. Read-only.

Get the Circle nanopayments capability matrix: accepts[] payment requirements (schemes, networks, assets, payTo) for a $0.001 reference price, plus per-flag capability state (gateway, arc, identity, escrow). Reflects live flag state. Read-only.

No input schema was published for this tool.

agent_identityGet AgentBadge passport identity for an EVM address — passportTokenId, readinessScore, mintTx, issuedAt, chain. Same payload as GET /api/identity/:address. Returns {found:false} when no passport exists.

Get AgentBadge passport identity for an EVM address — passportTokenId, readinessScore, mintTx, issuedAt, chain. Same payload as GET /api/identity/:address. Returns {found:false} when no passport exists.

No input schema was published for this tool.

download_datasetDownload a CSV dataset from Hedera File Service (HFS) by fileId. Returns the raw CSV content as a string.

Download a CSV dataset from Hedera File Service (HFS) by fileId. Returns the raw CSV content as a string.

No input schema was published for this tool.

upload_resultprivilegedUpload an HTML+JSON report bundle to IPFS via Pinata. Returns { cid, uri } where uri = ipfs://{cid}.

Upload an HTML+JSON report bundle to IPFS via Pinata. Returns { cid, uri } where uri = ipfs://{cid}.

No input schema was published for this tool.

register_agentRegister an agent in the HCS directory. Requires a valid passport NFT (ownership verified via Mirror Node). Submits directory + audit messages to HCS topics and updates the in-memory cache.

Register an agent in the HCS directory. Requires a valid passport NFT (ownership verified via Mirror Node). Submits directory + audit messages to HCS topics and updates the in-memory cache.

No input schema was published for this tool.

find_agentsFind agents in the directory, optionally filtered by capability. Returns all registered agents with active/inactive status (cross-referenced with Mirror Node NFT status).

Find agents in the directory, optionally filtered by capability. Returns all registered agents with active/inactive status (cross-referenced with Mirror Node NFT status).

No input schema was published for this tool.

get_agent_cardFetch the server's Agent Card (/.well-known/agent-card.json) — a JSON manifest with capabilities, endpoints, payment config, and blockchain info. Start here to discover what the server offers.

Fetch the server's Agent Card (/.well-known/agent-card.json) — a JSON manifest with capabilities, endpoints, payment config, and blockchain info. Start here to discover what the server offers.

No input schema was published for this tool.

search_agentsSearch for registered agents by query string or capability type. Fetches /api/search with optional query, type, and limit parameters.

Search for registered agents by query string or capability type. Fetches /api/search with optional query, type, and limit parameters.

No input schema was published for this tool.

get_server_infoFetch the server's llms.txt — a plain-text API specification for LLMs. Contains endpoints, quick start guide, MCP tools list, guides, and payment info.

Fetch the server's llms.txt — a plain-text API specification for LLMs. Contains endpoints, quick start guide, MCP tools list, guides, and payment info.

No input schema was published for this tool.

get_ai_sitemapFetch the AI sitemap (/ai-sitemap.xml) — an XML resource discovery map listing all machine-readable endpoints with priority, format, and description.

Fetch the AI sitemap (/ai-sitemap.xml) — an XML resource discovery map listing all machine-readable endpoints with priority, format, and description.

No input schema was published for this tool.

get_escrow_statusGet escrow status for a marketplace task. Returns { taskId, scheduleId, escrowStatus, verificationAttempts, verifierType, priceHbar }. Useful for checking if an escrow is pending, signed, or cancelled.

Get escrow status for a marketplace task. Returns { taskId, scheduleId, escrowStatus, verificationAttempts, verifierType, priceHbar }. Useful for checking if an escrow is pending, signed, or cancelled.

No input schema was published for this tool.

cancel_escrowCancel a marketplace task and return escrow HBAR to the poster. Task must be in posted, claimed, or delivered status. If a scheduled transaction (escrow) exists, it is deleted. Returns { taskId, cancelledAt, hbarReturned }.

Cancel a marketplace task and return escrow HBAR to the poster. Task must be in posted, claimed, or delivered status. If a scheduled transaction (escrow) exists, it is deleted. Returns { taskId, cancelledAt, hbarReturned }.

No input schema was published for this tool.

increase_rewardIncrease the reward for a marketplace task. Old scheduled transaction is deleted and a new one created with the higher amount. Task must be in posted or claimed status. Returns { taskId, newScheduleId, newPriceHbar, hcsTxId }.

Increase the reward for a marketplace task. Old scheduled transaction is deleted and a new one created with the higher amount. Task must be in posted or claimed status. Returns { taskId, newScheduleId, newPriceHbar, hcsTxId }.

No input schema was published for this tool.

verify_resultRun verification on a task without completing it. Triggers the verifier and returns the result. Task must be in delivered or claimed status. Returns { taskId, passed, attempts, shouldReturnToMarket, report }.

Run verification on a task without completing it. Triggers the verifier and returns the result. Task must be in delivered or claimed status. Returns { taskId, passed, attempts, shouldReturnToMarket, report }.

No input schema was published for this tool.

agentAgent onboarding guide: passport, directory, marketplace basics

Agent onboarding guide: passport, directory, marketplace basics

No input schema was published for this tool.

marketMarketplace guide: post, claim, deliver, complete tasks with P2P HBAR payment and agent signing

Marketplace guide: post, claim, deliver, complete tasks with P2P HBAR payment and agent signing

No input schema was published for this tool.

medicalMedical data skills guide: patient data, analysis, HTML reports, payment settlement

Medical data skills guide: patient data, analysis, HTML reports, payment settlement

No input schema was published for this tool.

signingAgent signing guide: sign_transaction MCP tool, secure vs convenience mode, standalone CLI

Agent signing guide: sign_transaction MCP tool, secure vs convenience mode, standalone CLI

No input schema was published for this tool.

get_guideFetch a skill guide as markdown. Returns the full guide content for the specified guide name.

Fetch a skill guide as markdown. Returns the full guide content for the specified guide name.

No input schema was published for this tool.

list_guidesList available skill guides with names and descriptions.

List available skill guides with names and descriptions.

No input schema was published for this tool.

request_passportIssue a new agent passport NFT. Requires x402 payment for the selected tier.

Issue a new agent passport NFT. Requires x402 payment for the selected tier.

No input schema was published for this tool.

upload_imageprivilegedUpload an image to IPFS and return an ipfs:// URI. Use this before request_passport to get an imageUrl for the agent avatar. Accepts base64-encoded image data.

Upload an image to IPFS and return an ipfs:// URI. Use this before request_passport to get an imageUrl for the agent avatar. Accepts base64-encoded image data.

No input schema was published for this tool.

40 of 40 tools published a description.

Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.

About

MCP server and tools for AgentBadge

Keywords
mcpmodel-context-protocolhederaagenttools
Alternatives
Comparing tool surfaces…

Dependency tree

What one Forge scan resolved from npm metadata on 2026-09-26 — observed resolution, not a publisher declaration.

60 packages resolved · 4 direct · 2 carrying advisories Resolution stops at depth 4 and 60 packages.

The crawl stopped at the 60-package limit. The rest of the tree was never resolved.

36 more resolved packages are not drawn here (display cap: 24). Every dependency carrying an advisory is drawn regardless of the cap. Full inventory (CycloneDX SBOM)

Declared but not resolved

140 declared dependencies never landed in the tree. They are missing from Forge's resolution, not from the package.

+128 more not listed. The counts by reason above cover all of them.

Not followed: peerDependencies. This tree covers runtime dependencies only, so anything those pull in was never resolved.