← barker.money
INDIVIDUAL MCP TOOL
barker_market_overview
Stablecoin market snapshot: total market cap, yield-bearing cap, asset distribution, chain distribution.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.
Related tools
barker_defi_vaults— Query real-time stablecoin supply yield pools from Barker's index of 500+ DeFi protocols.barker_market_trend— Historical APY trend for stablecoins vs.barker_yield_advisor— FLAGSHIP: 'Where should I park my stablecoins right now?barker_pool_detail— Full single-pool dossier by pool_uid: all APY components (percent unit), TVL, terms, execution capability, reward breakdown.barker_pool_history— Per-pool APY/TVL time series (default 30d, APY percent unit) for trend and volatility analysis of one pool_uid.barker_pool_search— Fuzzy search pools by keyword (protocol name / pool name / asset).barker_crosschain_routes— Cross-chain route availability for a stablecoin from a given chain (bridge/venue coverage).barker_executable_pools— EXECUTION DISCOVERY: which stablecoin vaults support direct deposit/redeem through barker_execution_quote.