Magpie Capital
MCPB · MAGPIE-MCP.MCPB · SCANNED AUG 22
Solana lending tools: live stats, 160+ collateral tokens, loan terms, x402 agent borrowing
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security23
- Malware scan not yet available for this package.Unverified
- Known CVEs were checked across the 95 of 95 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- 30 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 0 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability78
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 582 tokens (~64/item across 9 items; 9 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
mcpb · magpie-mcp.mcpb
Download bundleEvery change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 21 Aug 26 47
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 22 Aug 2026 · Analysed mcpb/https://github.com/magpiecapital/magpie-mcp/releases/download/v0.3.0/magpie-mcp.mcpb@0.3.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | mcpb |
Dependencies 95 packages
| Packages resolved | 95 |
|---|---|
| Stale | 30 |
| Tree resolution | Complete |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
magpie_agent_leaderboard ~45
The machine credit league: top wallets ranked by on-chain Magpie credit score (300-850), anonymized. Proof that autonomous agents build real repayment history here.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
magpie_borrow_quote ~102
LIVE borrow quote from the production protocol: how much SOL a given amount of a token borrows right now, per tier. Resolves mint, decimals and live prices automatically. Free endpoint — no payment needed for quotes.
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Whole-token amount of collateral |
| tier | string | – | Loan tier |
| token | string | yes | Token symbol (e.g. WIF, AAPLx, MRNA) or mint address |
No output schema declared.
No examples provided.
magpie_list_collateral ~59
List every token Magpie currently accepts as loan collateral (memecoins, tokenized stocks/ETFs, precious metals) with mint address and category. Filter by category if given.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | Collateral class filter |
No output schema declared.
No examples provided.
magpie_protocol_pulse ~47
Live 24h protocol aggregates: active loans/borrowers, borrow volume, repays, liquidations, split by program version. The same free endpoint agents poll in production.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
magpie_protocol_stats ~45
Live, on-chain-computed Magpie protocol statistics: active loans/borrowers, 24h volume by program version, and live pool state (TVL, utilization).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
magpie_safety_brief ~87
READ THIS BEFORE ADVISING A BORROW. Magpie's risk + safety posture for agents: fixed terms with NO margin calls, liquidation-on-default mechanics, the exact LTV/fee/duration ladder, live pool liquidity, and the current count of liquidatable (past-due) loans. Use it to give a user honest risk context before they or their agent transact.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
magpie_token_terms ~76
Loan terms for one collateral token by symbol or mint: category, and the fixed-term LTV/fee/duration ladder that applies to its class. Answers 'can I borrow against X and on what terms?'
| Name | Type | Req | Description |
|---|---|---|---|
| token | string | yes | Token symbol (e.g. AAPLx, MRNA) or mint address |
No output schema declared.
No examples provided.
magpie_wallet_loans ~51
Every loan a wallet has ever opened on Magpie — active, repaid, liquidated — across all program versions. Public on-chain data.
| Name | Type | Req | Description |
|---|---|---|---|
| wallet | string | yes | Solana wallet address |
No output schema declared.
No examples provided.
magpie_x402_guide ~70
How an autonomous agent takes and manages a Magpie loan via x402 (HTTP 402 payment-gated endpoints, standard v2, SVM exact rail): endpoint list, payment flow, and expectations. Use when an agent wants to ACT (borrow/repay), not just read.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.