MCP server and tools for AgentBadge
Dedotto dai trasporti dichiarati da questo annuncio (stdio). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.
forge verify @agentbadge/mcpLa verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.
Letto dal codice che npm distribuisce davvero, al momento dell’analisi. Il pacchetto non è mai stato eseguito. Gli strumenti registrati dinamicamente a runtime, o nascosti in codice impacchettato o minificato, possono sfuggire — quindi questo è un limite inferiore della superficie di strumenti, non un censimento completo.
send_messagerischio di injectionSend 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.
Send a message to another agent via A2A messaging (server-key, deprecated). Use send_message_with_key for agent-signed m…Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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).
Per questo strumento non è stato pubblicato alcuno schema di input.
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).
Per questo strumento non è stato pubblicato alcuno schema di input.
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).
Per questo strumento non è stato pubblicato alcuno schema di input.
unsubscribe_telegramUnsubscribe the calling agent's Telegram alerts.Unsubscribe the calling agent's Telegram alerts.
Per questo strumento non è stato pubblicato alcuno schema di input.
get_subscription_statusShow the calling agent's Telegram subscription status.Show the calling agent's Telegram subscription status.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
list_deltasList tracked bStock tickers with delta%. Optional filters:List tracked bStock tickers with delta%. Optional filters:
Per questo strumento non è stato pubblicato alcuno schema di input.
get_quoteGet bStock price and underlying equity price (+multiplier) for a symbol.Get bStock price and underlying equity price (+multiplier) for a symbol.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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…
Per questo strumento non è stato pubblicato alcuno schema di input.
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…
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
upload_resultprivilegiatoUpload 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}.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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).
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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 }.
Per questo strumento non è stato pubblicato alcuno schema di input.
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 }.
Per questo strumento non è stato pubblicato alcuno schema di input.
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 }.
Per questo strumento non è stato pubblicato alcuno schema di input.
agentAgent onboarding guide: passport, directory, marketplace basicsAgent onboarding guide: passport, directory, marketplace basics
Per questo strumento non è stato pubblicato alcuno schema di input.
marketMarketplace guide: post, claim, deliver, complete tasks with P2P HBAR payment and agent signingMarketplace guide: post, claim, deliver, complete tasks with P2P HBAR payment and agent signing
Per questo strumento non è stato pubblicato alcuno schema di input.
medicalMedical data skills guide: patient data, analysis, HTML reports, payment settlementMedical data skills guide: patient data, analysis, HTML reports, payment settlement
Per questo strumento non è stato pubblicato alcuno schema di input.
signingAgent signing guide: sign_transaction MCP tool, secure vs convenience mode, standalone CLIAgent signing guide: sign_transaction MCP tool, secure vs convenience mode, standalone CLI
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
list_guidesList available skill guides with names and descriptions.List available skill guides with names and descriptions.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
upload_imageprivilegiatoUpload 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.
Per questo strumento non è stato pubblicato alcuno schema di input.
40 strumenti su 40 hanno pubblicato una descrizione.
I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.
MCP server and tools for AgentBadge
I nomi collegati aprono l’indice Forge di tutte le voci osservate esporre quello strumento. Sfoglia tutti gli strumenti indicizzati.
La scansione si è fermata al limite di 60 pacchetti. Il resto dell'albero non è mai stato risolto.
Altri 36 pacchetti risolti non vengono disegnati qui (limite di visualizzazione: 24). Ogni dipendenza con un avviso di sicurezza viene disegnata comunque. Inventario completo (SBOM CycloneDX)
140 dipendenze dichiarate non sono mai arrivate nell'albero. Mancano dalla risoluzione di Forge, non dal pacchetto.
+128 altre non elencate. I conteggi per motivo qui sopra le comprendono tutte.
Non seguite: peerDependencies. Questo albero copre solo le dipendenze di runtime, quindi ciò che queste comportano non è mai stato risolto.