com.aex402/rpc

MCPCommunitylive
v0.2.0com.aex402UnknownAktualisiert vor 1 Mon.

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

Endpunkt-Statuslive
geprüft vor 9 Std. · 210 ms
100 % der letzten 4 Prüfungen haben diesen Endpunkt erreicht
Läuft in
ClaudeCursorCopilotChatGPTGemini

Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.

Automatisch aus öffentlichen Quellen indexiert. Vom Entwickler auf Forge noch nicht verifiziert.Diesen Eintrag beanspruchen →
vor 1 Mon.Letzte Aktualisierung
Paket
Autorcom.aex402
LizenzUnknown
Version0.2.0
Quellemcp-registry
Trust-Status
B
60/100Gut
Im Forge-Index gelistet+10/10
Publisher-Identität verifiziert+0/30
Publisher: für diesen Eintrag ist kein Repository hinterlegt, daher kann `forge publish` die Inhaberschaft nicht automatisch prüfen. Nutze oben „Diesen Eintrag beanspruchen“ — Forge prüft diese Fälle von Hand.
Domain-Verifizierung+0/10
Für diesen Eintragstyp derzeit nicht verfügbar — die Domain-Prüfung läuft heute nur für npm-gestützte Pakete, diese Zeile lässt sich hier also noch nicht erreichen, unabhängig davon, was auf der Domain liegt.
Prompt-Injection-Scan · sauber+30/30
Obfuskations-/Exfiltrations-Scan · sauber+20/20
StatusVon der Community indexiert
PublisherNicht verifiziert
SignaturNicht signiert
Domain
Herkunft
AbhängigkeitenNicht auditiert
Tool-Oberfläche33 Tools · keines privilegiert
Sicherheits-Scan✓ Saubervlive · heuteWie gut funktioniert dieser Scan?
EvaluierungenKeine
Indexiert18. Juli 2026

Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.

Tools

33 Tools · keines privilegiert
Live am Endpunkt des Anbieters beobachtet9h ago

Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.

  • https://rpc.aex402.com/mcp33 Tools · 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.

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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.

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

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

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
transaction*stringBase64-encoded signed transaction
solana_getSlotGet the current slot number.

Get the current slot number.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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…

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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…

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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…

ParameterTypBeschreibung
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…

ParameterTypBeschreibung
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…

ParameterTypBeschreibung
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…

ParameterTypBeschreibung
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…

ParameterTypBeschreibung
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).

ParameterTypBeschreibung
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…

ParameterTypBeschreibung
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…

ParameterTypBeschreibung
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 `…

ParameterTypBeschreibung
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…

ParameterTypBeschreibung
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…

ParameterTypBeschreibung
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…

ParameterTypBeschreibung
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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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…

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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…

ParameterTypBeschreibung
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.

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

33 von 33 Tools haben eine Beschreibung veröffentlicht.

Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.

Über

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

Schlagwörter
mcp
Alternativen
Tool-Oberflächen werden verglichen…

Keine Abdeckung der Abhängigkeiten

Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.