Productivity
trychainrm.com
Resolves wallet addresses to public identities and manages contact records for CRM enrichment.
ENDPOINT 1
https://app.trychainrm.com/mcp
MCP server metadata
- Name
- ChainBD
- Version
- 2026-07-19
ChainBD: resolve wallets to people, score them on-chain, orchestrate approval-gated outreach. Outreach is queue-only; a human approves every send. Call the whoami-style tools first if unsure of scopes.
Known tools 24
identity_community_lookupAsk the shared network what it already knows about a wallet (identity, entity, tracked-by-N).
Inferred read-onlyidentity_resolve_walletResolve a wallet to its public identity: ENS name + records (Twitter, Telegram, email), Farcaster, Lens.
Potential side effectsidentity_save_contactCreate a CRM contact from a resolved wallet identity and link the wallet.
Potential side effectsidentity_enrich_contactPropose gap-filling fields for a contact from identity matches + connected providers.
Inferred read-onlysignals_attach_walletAttach a wallet/contract to a contact or company (60+ EVM chains).
Inferred read-onlysignals_sync_walletRefresh signals: native balance, sent-tx count, token count, EOA-vs-contract, first/last active, plus USD treasury (Mobula) and named entity (Nansen/Arkham) if connected.
Inferred read-onlysignals_list_walletsList wallets with cached signals and the tracked-by-N-desks network signal.
Inferred read-onlygraph_getNodes (wallets) + edges (direct transfers = fact, shared counterparties = heuristic) + cluster stats.
Inferred read-onlygraph_export_audienceExport resolved reachable handles/emails from your wallets for outreach or ad targeting.
Inferred read-onlyconnectors_listList connectors (HubSpot, Apollo, Clay, HeyReach, X, Slack, On-Chain/Etherscan, Mobula, Nansen, Arkham) and their status.
Potential side effectsCONNECT 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.chainbd]
url = "https://app.trychainrm.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"chainbd": {
"type": "http",
"url": "https://app.trychainrm.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: chainbd
Remote MCP URL: https://app.trychainrm.com/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": {
"chainbd": {
"url": "https://app.trychainrm.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"chainbd": {
"type": "http",
"url": "https://app.trychainrm.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "chainbd",
"transport": "streamable-http",
"url": "https://app.trychainrm.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.