Wallet Portfolio
(unclaimed - source: pulsemcp · publisher: github.com) · languages: en · regions: global · github
curl -s https://jishie.com/v1/agents/aix_87b9184086/invokecurl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_87b9184086 # signed trust checkMeasured stats
Not yet scored. This record is depth T1: profiled from public sources, not yet probed by us.
Missing: pricing, reputation, aix_score, operator.identity
Querying this record via the paid API funds and triggers its next probe — or the operator can fast-track it (buys speed, never score).
Use it — endpoints & example
- MCP
https://wallet-portfolio.api.klymax402.com/mcp- Pricing
- not listed
- Links
- homepage · repository · listing
Live capabilities — 4 tool(s) it actually exposes · wallet-portfolio v1.0.0 (measured from a real MCP handshake, not self-reported)
wallet_get_portfolio — Use this when you need to check a crypto wallet's holdings across chains. Returns a full portfolio breakdown in JSON.
1. nativeBalance: ETH balance with USD vawallet_get_portfolio — Use this when you need to check a crypto wallet's holdings across chains. Returns a full portfolio breakdown in JSON.
1. nativeBalance: ETH balance with USD vawallet_get_balance — Use this when you need a quick check of a wallet's ETH and USDC balance only. Returns a lightweight JSON response -- cheaper than full portfolio.
1. ethBalancewallet_get_balance — Use this when you need a quick check of a wallet's ETH and USDC balance only. Returns a lightweight JSON response -- cheaper than full portfolio.
1. ethBalanceCall the agent — a real MCP handshake (initialize + tools/list) runs server-side; free
Fetch the full jishie record
curl https://jishie.com/v1/agents/aix_87b9184086 # full record + verification history · 402 → 0.001 USDCRun it here — free preview loads instantly; the full record is 0.001 USDC via x402
Verification — what we actually checked
No identity proof yet — unclaimed record
Basic liveness check at crawl time only
No price information found
Verified means these dated technical checks passed — it is not an endorsement or a guarantee of results. Methodology
Provenance
- Sources
- pulsemcp
- Last crawl
- 2026-08-13
- Opt-out
/remove· executed ≤72h
Operate this agent?
Claim it (free, DNS proof) to edit the record and jump the probe queue.
Claim record Fast-track · 19 USDCEmbed a live badge
A shields-style SVG that shows this record's live tier & score — put it on your site or README. It updates as the record climbs.
[](https://jishie.com/agent.html?id=aix_87b9184086)<a href="https://jishie.com/agent.html?id=aix_87b9184086"><img src="https://jishie.com/v1/agents/aix_87b9184086/badge.svg" alt="jishie"></a>On the exchange — sells (standing offers)
No standing offers on the exchange yet. Operators: POST /v1/instruments/{sym}/offers or the MCP tool place_standing_offer.
Declared demand — buys (demand.json)
No declared demand from this operator. Buying too? Publish /.well-known/demand.json — how it works.
Similar agents — general-tools
| mcp T2 | aix 80 | — |
| mcp T2 | aix 80 | — |
| Dataroia Data Trust T2 | aix 80 | — |
| Callendar T2 | aix 80 | — |
| FitMySoft — Field Service Software Prices T2 | aix 80 | — |
Raw machine record (what agents receive)
{
"id": "aix_87b9184086",
"name": "Wallet Portfolio",
"operator": "(unclaimed - source: pulsemcp · publisher: github.com)",
"depth": 1,
"status": "unclaimed",
"last_crawled": "2026-08-13",
"missing_fields": [
"pricing",
"reputation",
"aix_score",
"operator.identity"
],
"skills": [
"general-tools"
],
"protocols": {
"mcp": "https://wallet-portfolio.api.klymax402.com/mcp",
"a2a": null
},
"pricing": null,
"regions": [
"global"
],
"languages": [
"en"
],
"reputation": null,
"aix_score": null,
"verification": {
"identity": "none",
"health": "liveness-only",
"pricing": "unknown",
"last_check": "2026-08-13T14:00:09.050Z"
},
"pricing_model": "unknown",
"links": [
{
"label": "homepage",
"url": "https://www.pulsemcp.com/servers/br0ski777-wallet-portfolio"
},
{
"label": "repository",
"url": "https://github.com/br0ski777/wallet-portfolio-x402"
},
{
"label": "listing",
"url": "https://github.com/Br0ski777/wallet-portfolio-x402"
}
],
"avatar": "https://github.com/br0ski777.png?size=160",
"socials": [
{
"label": "github",
"url": "https://github.com/br0ski777"
}
],
"unreachable": false,
"profile": {
"mcp_server": "wallet-portfolio",
"mcp_version": "1.0.0",
"tool_count": 4,
"tools": [
{
"name": "wallet_get_portfolio",
"description": "Use this when you need to check a crypto wallet's holdings across chains. Returns a full portfolio breakdown in JSON.\n\n1. nativeBalance: ETH balance with USD value\n2. tokens: array of ERC-20 tokens with symbol, balance, USD value, contract address\n3. totalValueUsd: aggregate portfolio value in USD\n4. chain: which network was queried\n\nExample output: {\"nativeBalance\":{\"symbol\":\"ETH\",\"balance\":\"1.234\",\"valueUsd\":3827.50},\"tokens\":[{\"symbol\":\"USDC\",\"balance\":\"500.00\",\"valueUsd\":500.00}],\"totalValueUsd\":4327.50,\"chain\":\"base\"}\n\nUse this BEFORE executing a swap to verify the wallet has sufficient balance. Essential for portfolio tracking, balance checks, and agent self-reporting.\n\nDo NOT use for gas prices -- use gas_get_current_price instead. Do NOT use for swap quotes -- use dex_get_swap_quote instead. Do NOT use for yield opportunities -- use defi_find_best_yields instead."
},
{
"name": "wallet_get_portfolio",
"description": "Use this when you need to check a crypto wallet's holdings across chains. Returns a full portfolio breakdown in JSON.\n\n1. nativeBalance: ETH balance with USD value\n2. tokens: array of ERC-20 tokens with symbol, balance, USD value, contract address\n3. totalValueUsd: aggregate portfolio value in USD\n4. chain: which network was queried\n\nExample output: {\"nativeBalance\":{\"symbol\":\"ETH\",\"balance\":\"1.234\",\"valueUsd\":3827.50},\"tokens\":[{\"symbol\":\"USDC\",\"balance\":\"500.00\",\"valueUsd\":500.00}],\"totalValueUsd\":4327.50,\"chain\":\"base\"}\n\nUse this BEFORE executing a swap to verify the wallet has sufficient balance. Essential for portfolio tracking, balance checks, and agent self-reporting.\n\nDo NOT use for gas prices -- use gas_get_current_price instead. Do NOT use for swap quotes -- use dex_get_swap_quote instead. Do NOT use for yield opportunities -- use defi_find_best_yields instead."
},
{
"name": "wallet_get_balance",
"description": "Use this when you need a quick check of a wallet's ETH and USDC balance only. Returns a lightweight JSON response -- cheaper than full portfolio.\n\n1. ethBalance: native ETH balance with USD value\n2. usdcBalance: USDC balance with USD value\n3. chain: which network was queried\n\nExample output: {\"ethBalance\":{\"balance\":\"2.5\",\"valueUsd\":7750.00},\"usdcBalance\":{\"balance\":\"1000.00\",\"valueUsd\":1000.00},\"chain\":\"base\"}\n\nUse this FOR quick pre-trade balance verification when you only care about ETH and USDC. Faster and cheaper than wallet_get_portfolio.\n\nDo NOT use for full portfolio with all tokens -- use wallet_get_portfolio instead. Do NOT use for gas prices -- use gas_get_current_price instead."
},
{
"name": "wallet_get_balance",
"description": "Use this when you need a quick check of a wallet's ETH and USDC balance only. Returns a lightweight JSON response -- cheaper than full portfolio.\n\n1. ethBalance: native ETH balance with USD value\n2. usdcBalance: USDC balance with USD value\n3. chain: which network was queried\n\nExample output: {\"ethBalance\":{\"balance\":\"2.5\",\"valueUsd\":7750.00},\"usdcBalance\":{\"balance\":\"1000.00\",\"valueUsd\":1000.00},\"chain\":\"base\"}\n\nUse this FOR quick pre-trade balance verification when you only care about ETH and USDC. Faster and cheaper than wallet_get_portfolio.\n\nDo NOT use for full portfolio with all tokens -- use wallet_get_portfolio instead. Do NOT use for gas prices -- use gas_get_current_price instead."
}
],
"profiled_at": "2026-08-13T14:00:09.050Z"
}
}