com.aex402/rpc

MCPcommunautéen ligne
v0.2.0com.aex402UnknownMis à jour il y a 1 mois

Agent MCP for DeFi: cross-chain LINQ fan-out, AMM quotes/swaps, bridge, AI. Solana+EVM. Free+x402.

État de l’endpointen ligne
vérifié il y a 9 h · 210 ms
100 % des dernières 4 vérifications ont atteint cet endpoint
Fonctionne dans
ClaudeCursorCopilotChatGPTGemini

Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.

Indexé automatiquement depuis des sources publiques. Pas encore vérifié par son développeur sur Forge.Revendiquer cette annonce →
il y a 1 moisDernière mise à jour
Paquet
Auteurcom.aex402
LicenceUnknown
Version0.2.0
Sourcemcp-registry
Statut de confiance
B
60/100Bon
Listé dans l’index Forge+10/10
Identité de l’éditeur vérifiée+0/30
Éditeur : aucune référence de dépôt n’est enregistrée pour cette annonce, `forge publish` ne peut donc pas vérifier la propriété automatiquement. Utilisez « Revendiquer cette annonce » ci-dessus — Forge les examine à la main.
Vérification de domaine+0/10
Actuellement indisponible pour ce type d’annonce — la vérification de domaine ne s’exécute aujourd’hui que pour les paquets adossés à npm, cette ligne ne peut donc pas encore être obtenue ici, quel que soit le contenu hébergé sur le domaine.
Analyse d’injection de prompt · propre+30/30
Analyse d’obfuscation / exfiltration · propre+20/20
StatutIndexé par la communauté
ÉditeurNon vérifié
SignatureNon signé
Domaine
Provenance
DépendancesNon audité
Surface d’outils33 outils · aucun privilégié
Analyse de sécurité✓ Proprevlive · aujourd’huiQuelle est l’efficacité de cette analyse ?
ÉvaluationsAucune
Indexé18 juil. 2026

La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.

Outils

33 outils · aucun privilégié
Observé en direct depuis l’endpoint du fournisseur9h ago

Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.

  • https://rpc.aex402.com/mcp33 outils · 210 ms
solana_getBalanceGet SOL balance for a wallet address (in lamports). Divide by 1e9 for SOL.

Get SOL balance for a wallet address (in lamports). Divide by 1e9 for SOL.

ParamètreTypeDescription
address*stringSolana wallet address (base58)
solana_getAccountInfoGet raw account info (owner, lamports, data) for any Solana address.

Get raw account info (owner, lamports, data) for any Solana address.

ParamètreTypeDescription
address*stringAccount address (base58)
encodingstringData encoding: base64 (default) or jsonParsed
solana_getTokenAccountsByOwnerGet all SPL token accounts owned by a wallet. Returns mint, balance, decimals for each token.

Get all SPL token accounts owned by a wallet. Returns mint, balance, decimals for each token.

ParamètreTypeDescription
owner*stringWallet address (base58)
solana_getTransactionGet full transaction details by signature, including instructions, logs, and status.

Get full transaction details by signature, including instructions, logs, and status.

ParamètreTypeDescription
signature*stringTransaction signature (base58)
solana_getLatestBlockhashGet latest blockhash for transaction building. Returns blockhash + lastValidBlockHeight.

Get latest blockhash for transaction building. Returns blockhash + lastValidBlockHeight.

Aucun schéma d’entrée n’a été publié pour cet outil.

solana_getSignaturesForAddressGet recent transaction signatures for an address. Returns up to 20 most recent.

Get recent transaction signatures for an address. Returns up to 20 most recent.

ParamètreTypeDescription
address*stringAccount address (base58)
limitnumberMax signatures to return (default 20, max 1000)
solana_sendTransactionSubmit a signed transaction to the network. Returns transaction signature.

Submit a signed transaction to the network. Returns transaction signature.

ParamètreTypeDescription
transaction*stringBase64-encoded signed transaction
solana_getSlotGet the current slot number.

Get the current slot number.

Aucun schéma d’entrée n’a été publié pour cet outil.

aex402_listPoolsList all AeX402 AMM pools on Solana. Returns pool addresses with basic info (mints, balances, fee, amp). Pools are 1024-byte accounts owned by program 3AMM53MsJZy2Jvf7PeHHga3bsGjWV4TSaYz29WUtcdje.

List all AeX402 AMM pools on Solana. Returns pool addresses with basic info (mints, balances, fee, amp). Pools are 1024-byte accounts owned by program 3AMM53MsJZy2Jvf7PeHHga3bsGjWV4TSaYz29WUtcdje.

ParamètreTypeDescription
minTvlnumberMinimum TVL in lamports to filter (default 0)
aex402_getPoolGet detailed AeX402 pool info: token mints, balances, fee, amplification, LP supply, analytics (OHLCV candles), circuit breaker status.

Get detailed AeX402 pool info: token mints, balances, fee, amplification, LP supply, analytics (OHLCV candles), circuit breaker status.

ParamètreTypeDescription
address*stringPool account address (base58)
aex402_quoteGet a swap quote from an AeX402 pool. Calculates expected output, price impact, and fees without executing.

Get a swap quote from an AeX402 pool. Calculates expected output, price impact, and fees without executing.

ParamètreTypeDescription
pool*stringPool account address (base58)
inputMint*stringInput token mint address
amount*numberInput amount in atomic units (lamports/smallest unit)
aex402_rh_poolGet the live state of the aeX402 AMM on Robinhood Chain (EVM 4663) — the diamond-contract port of the Solana AMM. The AMM is the set of GRADUATED launchpad coins whose pools are seeded in-diamond on the canonical launchpad (0xED2F); this enumerates them live by scanning VPoolGraduated events + read…

Get the live state of the aeX402 AMM on Robinhood Chain (EVM 4663) — the diamond-contract port of the Solana AMM. The AMM is the set of GRADUATED launchpad coins whose pools are seeded in-diamond on the canonical launchpad (0xED2F); this enumerates them live by scanning VPoolGraduated events + read…

Aucun schéma d’entrée n’a été publié pour cet outil.

launch_tokenLaunch a memecoin on the aeX402 launchpad on Robinhood Chain (EVM 4663) for a FIXED pump.fun-style bonding curve (1B supply, starts 0.0001 USDG, graduates at 10,000 USDG raised, quoted in USDG). You supply only identity — name + ticker (+ optional description/image/links). DEFAULT (custodial): the…

Launch a memecoin on the aeX402 launchpad on Robinhood Chain (EVM 4663) for a FIXED pump.fun-style bonding curve (1B supply, starts 0.0001 USDG, graduates at 10,000 USDG raised, quoted in USDG). You supply only identity — name + ticker (+ optional description/image/links). DEFAULT (custodial): the…

ParamètreTypeDescription
name*stringToken name, 1..32 bytes (e.g. "Fork Meme")
ticker*stringTicker / symbol, 1..16 bytes (e.g. "FMEME")
creatorstringOPTIONAL 0x EVM address recorded as the coin owner (and seeds the vpId). REQUIRED only when build:true (then it is the self-signing on-chain creator).
descriptionstringShort description (<=256 chars) — off-chain metadata
imagestringImage URL (https:// or ipfs:// only) — off-chain metadata
linksarrayUp to 3 links (https:// or ipfs:// only) — off-chain metadata
buildbooleanIf true, return an UNSIGNED tx to submit yourself (non-custodial) instead of the backend launching for you. Default false.
solana_buildTransferBuild a SOL or SPL token transfer instruction. Returns instruction JSON (programId, keys, data) for client-side TX construction and signing.

Build a SOL or SPL token transfer instruction. Returns instruction JSON (programId, keys, data) for client-side TX construction and signing.

ParamètreTypeDescription
from*stringSender wallet address (base58)
to*stringRecipient address (base58)
amount*numberAmount in atomic units (lamports for SOL, smallest unit for SPL)
mintstringSPL token mint address. Omit for native SOL transfer.
aex402_buildSwapBuild an AeX402 AMM swap action. Fetches live pool state, computes output with slippage protection, returns all instruction parameters and account addresses for client signing.

Build an AeX402 AMM swap action. Fetches live pool state, computes output with slippage protection, returns all instruction parameters and account addresses for client signing.

ParamètreTypeDescription
pool*stringPool account address (base58)
inputMint*stringInput token mint address
amount*numberInput amount in atomic units
slippageBpsnumberMax slippage in basis points (default 50 = 0.5%)
userWallet*stringUser wallet address (for account derivation)
agent_delegateDelegate a task to an independent specialist AI agent session. The delegate runs with full tool access and returns its response. Useful for breaking complex tasks into subtasks. Max depth: 3.

Delegate a task to an independent specialist AI agent session. The delegate runs with full tool access and returns its response. Useful for breaking complex tasks into subtasks. Max depth: 3.

ParamètreTypeDescription
sessionstringExisting session ID to resume, or omit to create new session
rolestringRole for new agent (e.g. "Solana pool analyst", "route optimizer"). Ignored if resuming session.
message*stringTask or question for the delegate agent
modelstringModel ID or alias (default: gpt-4o-mini)
ai_chatSend a chat completion request to the aeX402 AI Router. Free tier: 3 calls/day. Paid: deducts credits based on token usage.

Send a chat completion request to the aeX402 AI Router. Free tier: 3 calls/day. Paid: deducts credits based on token usage.

ParamètreTypeDescription
modelstringModel ID or alias: gpt-4o-mini (default), gpt-4o, claude-sonnet, claude-haiku, llama-70b, llama-8b, gemini-flash
messages*arrayChat messages array [{role: "user"|"system"|"assistant", content: "..."}]
max_tokensnumberMaximum tokens to generate (model-dependent default)
temperaturenumberSampling temperature (0-2)
reasoning_effortstringlow | medium | high — ask a reasoning-capable model to think harder. The chain-of-thought comes back in the tool result _meta ("com.aex402/reasoning").
solana_rpcCall ANY Solana-compatible JSON-RPC method by name — full RPC surface beyond the typed solana_* tools (getProgramAccounts, getBlock, getEpochInfo, simulateTransaction, ...). Defaults to Solana mainnet; pass network:slonana to query Slonana (rpc.slonana.com), which additionally exposes RPC methods n…

Call ANY Solana-compatible JSON-RPC method by name — full RPC surface beyond the typed solana_* tools (getProgramAccounts, getBlock, getEpochInfo, simulateTransaction, ...). Defaults to Solana mainnet; pass network:slonana to query Slonana (rpc.slonana.com), which additionally exposes RPC methods n…

ParamètreTypeDescription
method*stringSolana RPC method name, e.g. getEpochInfo
paramsarrayPositional params array (method-specific). Omit for no params.
networkstringsolana (default/mainnet-beta) or slonana
mcp_callCall a tool on another MCP server this RPC federates with, for tools that have no equivalent in solana_rpc/evm_rpc (no underlying JSON-RPC method — e.g. Slonana's aea_list_services/aea_resolve agent registry). Known servers: slonana. Call that server's tools/list first if you don't know its tool na…

Call a tool on another MCP server this RPC federates with, for tools that have no equivalent in solana_rpc/evm_rpc (no underlying JSON-RPC method — e.g. Slonana's aea_list_services/aea_resolve agent registry). Known servers: slonana. Call that server's tools/list first if you don't know its tool na…

ParamètreTypeDescription
server*stringFederated server name. One of: slonana
toolstringTool name on that server, e.g. aea_list_services. Omit both tool and arguments to list that server's tools instead.
argumentsobjectArguments for the tool call, per that server's own schema.
evm_rpcCall ANY EVM JSON-RPC method on a supported chain — eth_getBalance, eth_call, eth_blockNumber, eth_sendRawTransaction, eth_getLogs, ... Chains: robinhood (4663) / robinhood-testnet (46630), hyperevm (999), ethereum (1), base (8453), stable (988), plasma (9745), tempo (4217), codex (81224), arc (504…

Call ANY EVM JSON-RPC method on a supported chain — eth_getBalance, eth_call, eth_blockNumber, eth_sendRawTransaction, eth_getLogs, ... Chains: robinhood (4663) / robinhood-testnet (46630), hyperevm (999), ethereum (1), base (8453), stable (988), plasma (9745), tempo (4217), codex (81224), arc (504…

ParamètreTypeDescription
method*stringEVM RPC method name, e.g. eth_getBalance
paramsarrayPositional params array (method-specific). Omit for no params.
networkstringChain slug: robinhood (default; legacy mainnet alias accepted), robinhood-testnet, hyperevm, ethereum/eth, base, stable/tether, plasma, tempo, codex, or arc (C…
mcp_linqPrimary LINQ-style MCP workflow tool. Run one bounded MCP call: fan out up to 32 READ-ONLY tool calls across chains, then compose the combined result with fluent chains like results.selectMany(...).where(...).groupBy(...).orderByDesc(...).take(...), JSON pipeline steps, or reducers. Use mcp_linq wh…

Primary LINQ-style MCP workflow tool. Run one bounded MCP call: fan out up to 32 READ-ONLY tool calls across chains, then compose the combined result with fluent chains like results.selectMany(...).where(...).groupBy(...).orderByDesc(...).take(...), JSON pipeline steps, or reducers. Use mcp_linq wh…

ParamètreTypeDescription
calls*arrayRead-only MCP tool calls to run. Each call has {id?, tool, args?, pick?}. pick is a dot path into that call output; [] flattens arrays.
reduceobjectNamed reductions to compute from subcall outputs. Example: {"total":{"op":"sum","path":"results[].picked"},"top":{"op":"top","path":"results[]","sortBy":"picke…
pipelinearrayLINQ-style chained transforms over the raw batch result. Each step feeds the next. Ops: from, expand, where, select/project, groupBy, orderBy/sort, take/limit,…
linqstringLINQ-like query string compiled into pipeline steps. Supports fluent dot chaining and query clauses. .where()/.map()/.select() bodies AND .orderBy()/.orderByDe…
concurrencynumberParallelism for subcalls (default 8, max 12).
ignoreFailuresbooleanWhen reduce/pipeline/linq is used, a failed subcall is normally still reported in `failures` alongside the aggregate result, since a `.where(ok)`-style query w…
bridge_quoteBridge/swap ANY asset across ANY chain via LI.FI (the engine behind Jumper) — e.g. Arbitrum USDC → Robinhood Chain (4663) USDG, or bridge into ETH for gas. Returns the best route (estimated output, fees, bridge used, duration) PLUS an unsigned transactionRequest (to/data/value/gasLimit) that the CA…

Bridge/swap ANY asset across ANY chain via LI.FI (the engine behind Jumper) — e.g. Arbitrum USDC → Robinhood Chain (4663) USDG, or bridge into ETH for gas. Returns the best route (estimated output, fees, bridge used, duration) PLUS an unsigned transactionRequest (to/data/value/gasLimit) that the CA…

ParamètreTypeDescription
fromChain*stringSource chain id or key, e.g. 42161 or ARB
toChain*stringDestination chain id or key, e.g. 4663 (Robinhood Chain)
fromToken*stringSource token symbol or 0x address, e.g. USDC
toToken*stringDestination token symbol or 0x address, e.g. USDG or ETH
fromAmount*stringAmount in the source token's smallest unit (e.g. 1000000 = 1 USDC at 6 decimals)
fromAddress*stringSender 0x address on the source chain
toAddressstringRecipient on the destination chain (defaults to fromAddress)
bridge_statusTrack a cross-chain bridge submitted via bridge_quote — returns DONE / PENDING / FAILED plus the receiving-chain tx once it completes. Pass the source-chain tx hash (and the bridge tool from the quote for a faster lookup).

Track a cross-chain bridge submitted via bridge_quote — returns DONE / PENDING / FAILED plus the receiving-chain tx once it completes. Pass the source-chain tx hash (and the bridge tool from the quote for a faster lookup).

ParamètreTypeDescription
txHash*stringSource-chain transaction hash from submitting the bridge tx
bridgestringThe bridge tool from bridge_quote (e.g. across, stargate) — optional
fromChainstringSource chain id/key (optional)
toChainstringDestination chain id/key (optional)
hl_infoQuery the Hyperliquid Info API — the perps/spot order-book data layer (read-only, no auth). The 'type' field selects the query: meta (perps universe + leverage), l2Book (order book for a coin), allMids (mid prices), clearinghouseState (a user's positions/margin), spotMeta, meta+assetCtxs (mark/fund…

Query the Hyperliquid Info API — the perps/spot order-book data layer (read-only, no auth). The 'type' field selects the query: meta (perps universe + leverage), l2Book (order book for a coin), allMids (mid prices), clearinghouseState (a user's positions/margin), spotMeta, meta+assetCtxs (mark/fund…

ParamètreTypeDescription
type*stringInfo request type, e.g. meta, l2Book, allMids, clearinghouseState, metaAndAssetCtxs
coinstringCoin symbol for l2Book/candleSnapshot (e.g. BTC, ETH)
userstring0x address for user-scoped queries (clearinghouseState, openOrders, userFills)
rankBystringtype:metaAndAssetCtxs ONLY. One of funding | fundingAbs | openInterest | volume. Joins each coin's name to its funding/OI/volume, drops delisted coins, sorts,…
limitnumberrankBy only: how many ranked rows to return (default 20, max 100)
dirstringrankBy only: asc | desc (default desc — highest rankBy value first)
intervalstringcandleSnapshot only: candle interval, e.g. 1m,5m,15m,1h,4h,1d
startTimenumbercandleSnapshot only: start time epoch ms (default: endTime minus 500 intervals)
endTimenumbercandleSnapshot only: end time epoch ms (default: now)
api_getGET any public read endpoint of rpc.aex402.com: /health, /credits?wallet=, /pumpfun?limit=, /pumpfun/tuple?mint=, /security/<pool>, /market/list, /sniper/leaderboard, /sniper/bets?id=, /settlement/<sig>, /settlements/<wallet>, /ai/models, /ai/stats, /leaderboard, /openapi.json, /llms.txt, /rh/pools…

GET any public read endpoint of rpc.aex402.com: /health, /credits?wallet=, /pumpfun?limit=, /pumpfun/tuple?mint=, /security/<pool>, /market/list, /sniper/leaderboard, /sniper/bets?id=, /settlement/<sig>, /settlements/<wallet>, /ai/models, /ai/stats, /leaderboard, /openapi.json, /llms.txt, /rh/pools…

ParamètreTypeDescription
path*stringEndpoint path including query string, e.g. /security/9Wq.. or /pumpfun?limit=5
discover_programsDiscover on-chain programs/contracts across every chain this RPC supports (Solana, Slonana SVM, Robinhood, HyperEVM, Ethereum, Base, Stable, Plasma, Tempo, Codex). Returns a curated seed MERGED with programs/contracts AUTO-DISCOVERED from recent block activity (refreshed hourly) — each carries an `…

Discover on-chain programs/contracts across every chain this RPC supports (Solana, Slonana SVM, Robinhood, HyperEVM, Ethereum, Base, Stable, Plasma, Tempo, Codex). Returns a curated seed MERGED with programs/contracts AUTO-DISCOVERED from recent block activity (refreshed hourly) — each carries an `…

ParamètreTypeDescription
chainstringFilter to one chain: solana | slonana | robinhood | hyperevm | ethereum | base | stable | plasma | tempo | codex. Omit or "all" for every chain.
describe_programIntrospect ANY specific program/contract address on a chain. Solana/Slonana: returns executable, owner, data size, and whether it is a known program. EVM: RPC-verified facts (is-contract, code size, ERC-20 name/symbol/decimals, EIP-1967 proxy → implementation) PLUS Blockscout explorer enrichment wh…

Introspect ANY specific program/contract address on a chain. Solana/Slonana: returns executable, owner, data size, and whether it is a known program. EVM: RPC-verified facts (is-contract, code size, ERC-20 name/symbol/decimals, EIP-1967 proxy → implementation) PLUS Blockscout explorer enrichment wh…

ParamètreTypeDescription
chain*stringsolana | slonana | robinhood | hyperevm | ethereum | base | stable | plasma | tempo | codex
address*stringProgram id (base58, Solana/Slonana) or contract address (0x…, EVM)
reconstruct_abiReconstruct a PARTIAL function/event interface for an EVM contract on a supported EVM chain from its BYTECODE — no source or verification needed. Extracts PUSH4 function selectors + recent event topic0 hashes and resolves the ones public signature DBs (openchain/4byte) know to human signatures. Wor…

Reconstruct a PARTIAL function/event interface for an EVM contract on a supported EVM chain from its BYTECODE — no source or verification needed. Extracts PUSH4 function selectors + recent event topic0 hashes and resolves the ones public signature DBs (openchain/4byte) know to human signatures. Wor…

ParamètreTypeDescription
chain*stringrobinhood | hyperevm | ethereum | base | stable | plasma | tempo | codex
address*stringEVM contract address (0x…). For a proxy, pass the implementation for the real logic.
search_tokensSearch the live token/NFT census for Robinhood Chain (4663) and HyperEVM (999) by symbol or name. Returns matching tokens with address, standard (erc20/erc721/erc1155), decimals, holders, market cap, and — for HyperEVM canonical tokens — live spot price + 24h volume. The census is refreshed hourly…

Search the live token/NFT census for Robinhood Chain (4663) and HyperEVM (999) by symbol or name. Returns matching tokens with address, standard (erc20/erc721/erc1155), decimals, holders, market cap, and — for HyperEVM canonical tokens — live spot price + 24h volume. The census is refreshed hourly…

ParamètreTypeDescription
querystringSymbol or name substring, case-insensitive (e.g. "usdc", "hype"). Omit to list the top of the census.
chainstringrobinhood | hyperevm. Omit to search both.
limitnumberMax results (default 20).
discovery_healthReport the freshness and health of the cross-chain program/token discovery pipeline: when the hourly cron last ran, how many programs/tokens each chain scan produced, and which scans failed. Use this to check whether discover_programs / search_tokens data is current before relying on it.

Report the freshness and health of the cross-chain program/token discovery pipeline: when the hourly cron last ran, how many programs/tokens each chain scan produced, and which scans failed. Use this to check whether discover_programs / search_tokens data is current before relying on it.

Aucun schéma d’entrée n’a été publié pour cet outil.

payment_helpHow to pay for API access (x402 micropayments) — the complete self-serve guide for agents: current prices, every accepted asset/chain (USDC/USDT/SOL/ANSEM on Solana, ETH/USDG on Robinhood Chain, USDC/HYPE on HyperEVM), the merchant addresses, step-by-step topup → session-token → API-key flow, and h…

How to pay for API access (x402 micropayments) — the complete self-serve guide for agents: current prices, every accepted asset/chain (USDC/USDT/SOL/ANSEM on Solana, ETH/USDG on Robinhood Chain, USDC/HYPE on HyperEVM), the merchant addresses, step-by-step topup → session-token → API-key flow, and h…

Aucun schéma d’entrée n’a été publié pour cet outil.

searchSearch the aeX402 universe by keyword: tokens (Robinhood Chain + HyperEVM census), known programs/contracts (Solana, Robinhood, HyperEVM, Slonana), and live AeX402 AMM pools. Returns a result list; pass a result id to the fetch tool for full detail. Use the specialist tools (search_tokens, discover…

Search the aeX402 universe by keyword: tokens (Robinhood Chain + HyperEVM census), known programs/contracts (Solana, Robinhood, HyperEVM, Slonana), and live AeX402 AMM pools. Returns a result list; pass a result id to the fetch tool for full detail. Use the specialist tools (search_tokens, discover…

ParamètreTypeDescription
query*stringKeyword: token symbol/name ("usdg"), program name ("pump.fun"), contract address, or pool address.
fetchFetch the full document for one search result id (from the search tool). Accepts token:<chain>:<address>, program:<chain>:<address>, or pool:<address>. Returns the entity detail (on-chain state for pools, census entry for tokens, registry/introspection for programs) as a document.

Fetch the full document for one search result id (from the search tool). Accepts token:<chain>:<address>, program:<chain>:<address>, or pool:<address>. Returns the entity detail (on-chain state for pools, census entry for tokens, registry/introspection for programs) as a document.

ParamètreTypeDescription
id*stringA search result id, e.g. "pool:G5d3qFZq..." or "token:robinhood:0x5fc5..." or "program:solana:3AMM53..."

33 outils sur 33 ont publié une description.

Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.

À propos

Agent MCP for DeFi: cross-chain LINQ fan-out, AMM quotes/swaps, bridge, AI. Solana+EVM. Free+x402.

Mots-clés
mcp
Alternatives
Comparaison des surfaces d’outils…

Aucune couverture des dépendances

Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.