MCP server intelligence profile

Barker Stablecoin Yield MCP Server

Real-time stablecoin yield index across DeFi protocols and CEX earn programs, with an AI yield advisor, risk signals and non-custodial deposit/redeem quotes for AI agents. Ships agent skills and a self-host stdio wrapper alongside the hosted remote MCP with x402 pay-per-call

HybridOfficial distributionbarkermoney
Verified cleanNpm · 0.6.2

Our scanner tested version 0.6.2 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.

1Distribution channel
4Independently observed tools
2Linked remote endpoints
AvailableVersion intelligence

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install @barkermoney/skills from npm

Version 0.6.2 declares 1 executable entrypoint.

npm install --save-exact @barkermoney/skills@0.6.2
npx -y -p @barkermoney/skills@0.6.2 @barkermoney/skills
MCP client configuration example
{
  "mcpServers": {
    "@barkermoney/skills": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@barkermoney/skills@0.6.2",
        "@barkermoney/skills"
      ]
    }
  }
}

Identity

Canonical slugbarker-stablecoin-yield-37686c61DeploymentHybrid
Canonical packagenpm:@barkermoney/skillsRepositorybarkermoney/barker-mcp
First publishedLatest release
Last security verificationClassification confidence82%
PublicationPublishedOfficial distributionYes

Distributions

ChannelIdentifierCurrent versionVersionsSource
npm@barkermoney/skills0.6.21Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npm@barkermoney/skills0.6.2CurrentSep 5, 20264 toolsSucceeded · 0 resources · 0 promptsFailed
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

Provenanceartifact_hash_verifiedSignature
MCP SDK@modelcontextprotocol/sdk Artifact SHA-2560f2c1cad6a1c52cbb86c2ea2792d107ed85f9243f2d5ebe94dd101618f1e3622
Scannermcp-proof-engine 0.1.0Scan completedAug 23, 2026
Security rating66 / 100Methodologyversion-rating-1.0
Executable entrypoints
[
  "@barkermoney/skills"
]
Rating reasons
[
  "security_policy_not_observed",
  "remote_auth_not_observed"
]

Current protocol inventory

2025-06-18Negotiated protocol
barker-mcpServer-reported name
1Capability groups
Aug 22, 2026Observed

Tools 4

ToolCategoryAnnotationsRisk
barker_agent_payment_statsAgent-economy payment metrics from Barker's cross-protocol index. x402 (Base) is on-chain verifiable; Virtuals ACP, Google AP2, Stripe-Tempo MPP, OKX MPP, and Mastercard AP4M are self-reported claims. Separates real vs nominal volume by filtering out wash/noise sellers (avg_tx_usd < $0.02 with a very high tx-per-buyer ratio). Three views: 'summary' (hero KPIs + cross-protocol comparison table), 'trend' (daily tx / nominal & real volume / buyers), 'leaderboard' (top x402 sellers/endpoints by revenue). Use for 'x402 volume', 'agent payment stats', 'agent economy metrics', 'how big is x402', 'top x402 sellers', 'real vs nominal agent GMV', '智能体支付', 'x402 交易量'. All *_share_pct and noise_share_pct fields are percentages (77.0 = 77%); volume fields are USD.
Input schema
{
  "type": "object",
  "properties": {
    "view": {
      "type": "string",
      "enum": [
        "summary",
        "trend",
        "leaderboard"
      ],
      "description": "Which view — 'summary' (default): hero KPIs + protocol comparison; 'trend': daily time series; 'leaderboard': top sellers."
    },
    "days": {
      "type": "integer",
      "minimum": 1,
      "maximum": 90,
      "description": "Trend window in days (view=trend only) — default 30, max 90"
    },
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 100,
      "description": "Row count (view=leaderboard only) — default 20, max 100"
    },
    "sort": {
      "type": "string",
      "enum": [
        "volume",
        "tx"
      ],
      "description": "Leaderboard sort key (view=leaderboard only) — 'volume' (default) or 'tx'"
    }
  },
  "additionalProperties": false
}
barker_defi_vaultsQuery real-time stablecoin supply yield pools from Barker's index of 500+ DeFi protocols. Returns ranked rows with protocol_name, chain_name, asset_symbol, supply_apy_total (decimal — multiply by 100 for %), and supply_tvl (USD). Use for questions like 'best stablecoin yield', 'where to earn on USDC', 'compare lending rates', '稳定币利率'.
Input schema
{
  "type": "object",
  "properties": {
    "asset": {
      "type": "string",
      "description": "Stablecoin symbol (lowercase): usdt, usdc, dai, usde, usds, fdusd, gho, crvusd, pyusd, sdai, frxusd, tusd, lusd, dola, mim, frax, etc."
    },
    "chain": {
      "type": "string",
      "description": "Chain name (lowercase): ethereum, bsc, arbitrum, base, polygon, optimism, avalanche, solana, sui, aptos, sei, mantle, scroll, zksync, linea, blast, mode, manta, etc."
    },
    "sort": {
      "type": "string",
      "enum": [
        "apy",
        "tvl"
      ],
      "description": "Sort key — default 'apy'"
    },
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 100,
      "description": "Row count — default 50, max 100"
    }
  },
  "additionalProperties": false
}
barker_market_overviewStablecoin market snapshot: total market cap, yield-bearing cap, asset distribution, chain distribution. Use for 'stablecoin market cap', 'USDT market share', '稳定币市场份额'. share_pct fields are decimals (0.425 = 42.5%).
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
barker_market_trendHistorical APY trend for stablecoins vs. US Treasury benchmark over a lookback window (7–180 days). Use for 'DeFi vs treasury', 'is stablecoin APY going up', 'crypto yield trend', '稳定币利率走势'.
Input schema
{
  "type": "object",
  "properties": {
    "days": {
      "type": "integer",
      "minimum": 7,
      "maximum": 180,
      "description": "Lookback window in days — default 30"
    }
  },
  "additionalProperties": false
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
https://mcp.barker.money/mcpDeclared in Repository Config · repositorystreamable_httpMCP 2025-06-18 · server 0.1.0none_observedMCP initialized · 1 attemptHTTP 200 · 259 msSep 4, 2026
https://mcp.barker.money/Declared in Repository Readme · repositorystreamable_httpnone_observedUnhealthy or invalid · 1 attemptHTTP 404 · 1024 msSep 4, 2026

Barker Stablecoin Yield MCP Server questions

How do I install Barker Stablecoin Yield MCP Server?

Install the selected package version with: npm install --save-exact @barkermoney/skills@0.6.2

What tools does Barker Stablecoin Yield MCP Server provide?

Barker Stablecoin Yield MCP Server exposed 4 tools during independent protocol observation, including barker_agent_payment_stats, barker_defi_vaults, barker_market_overview, barker_market_trend.

Is Barker Stablecoin Yield MCP Server secure?

Our scanner tested version 0.6.2 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.