General Tools
barker.money
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://mcp.barker.money/mcp
MCP server metadata
- Name
- barker-mcp
- Version
- 0.1.0
Known tools 11
barker_defi_vaultsQuery real-time stablecoin supply yield pools from Barker's index of 500+ DeFi protocols.
Inferred read-onlybarker_market_overviewBarker's stablecoin market snapshot: total market cap, yield-bearing cap, asset distribution, chain distribution.
Inferred read-onlybarker_pool_detailFull single-pool dossier from Barker's index by pool_uid: all APY components (percent unit), TVL, terms, execution capability, reward breakdown.
Inferred read-onlybarker_pool_historyPer-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-onlybarker_pool_searchFuzzy search Barker's pool index by keyword (protocol name / pool name / asset).
Inferred read-onlybarker_crosschain_routesBarker's cross-chain route availability for a stablecoin from a given chain (bridge/venue coverage).
Inferred read-onlybarker_executable_poolsEXECUTION DISCOVERY: which stablecoin vaults in Barker's index support direct deposit/redeem through barker_execution_quote.
Inferred read-onlybarker_execution_quoteEXECUTION QUOTE (non-custodial): buy an unsigned, ready-to-sign transaction that deposits into or redeems from a stablecoin vault.
Inferred read-onlybarker_vault_positionVAULT POSITION (on-chain read): current redeemable value of a wallet's ERC-4626 vault position.
Inferred read-onlyCONNECT 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.
barker.money is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.