← Registry

General Tools

barker.money

Provides general-purpose tools through the Model Context Protocol.

x402 supported1 endpoint11 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.barker.money/mcp

No auth detected

MCP server metadata

Name
barker-mcp
Version
0.1.0
Capabilities
tools

Known tools 11

barker_defi_vaults

Query real-time stablecoin supply yield pools from Barker's index of 500+ DeFi protocols.

Inferred read-only
barker_market_overview

Barker's stablecoin market snapshot: total market cap, yield-bearing cap, asset distribution, chain distribution.

Inferred read-only
barker_market_trend

Barker's historical APY trend for stablecoins vs.

Inferred read-only
barker_yield_advisor

FLAGSHIP: 'Where should I park my stablecoins right now?

Inferred read-only
barker_pool_detail

Full single-pool dossier from Barker's index by pool_uid: all APY components (percent unit), TVL, terms, execution capability, reward breakdown.

Inferred read-only
barker_pool_history

Per-pool APY/TVL time series from Barker's index (default 30d, APY percent unit) for trend and volatility analysis of one pool_uid.

Inferred read-only
barker_pool_search

Fuzzy search Barker's pool index by keyword (protocol name / pool name / asset).

Inferred read-only
barker_crosschain_routes

Barker's cross-chain route availability for a stablecoin from a given chain (bridge/venue coverage).

Inferred read-only
barker_executable_pools

EXECUTION DISCOVERY: which stablecoin vaults in Barker's index support direct deposit/redeem through barker_execution_quote.

Inferred read-only
barker_execution_quote

EXECUTION QUOTE (non-custodial): buy an unsigned, ready-to-sign transaction that deposits into or redeems from a stablecoin vault.

Inferred read-only
barker_vault_position

VAULT POSITION (on-chain read): current redeemable value of a wallet's ERC-4626 vault position.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.barker-mcp]
url = "https://mcp.barker.money/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "barker-mcp": {
      "type": "http",
      "url": "https://mcp.barker.money/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: barker-mcp
Remote MCP URL: https://mcp.barker.money/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "barker-mcp": {
      "url": "https://mcp.barker.money/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "barker-mcp": {
      "type": "http",
      "url": "https://mcp.barker.money/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "barker-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.barker.money/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for barker.money was fetched 2026-07-31T02:51:02.580Z and is being refreshed.

Trust status Neutral

barker.money is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.