← trychainrm.com

INDIVIDUAL MCP TOOL

crm_create_contact

Create a contact.

trychainrm.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://app.trychainrm.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for crm_create_contact and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

trychainrm.com

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.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.

Related tools

  • identity_community_lookup — Ask the shared network what it already knows about a wallet (identity, entity, tracked-by-N).
  • identity_resolve_wallet — Resolve a wallet to its public identity: ENS name + records (Twitter, Telegram, email), Farcaster, Lens.
  • identity_save_contact — Create a CRM contact from a resolved wallet identity and link the wallet.
  • identity_enrich_contact — Propose gap-filling fields for a contact from identity matches + connected providers.
  • signals_attach_wallet — Attach a wallet/contract to a contact or company (60+ EVM chains).
  • signals_sync_wallet — Refresh 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.
  • signals_list_wallets — List wallets with cached signals and the tracked-by-N-desks network signal.
  • graph_get — Nodes (wallets) + edges (direct transfers = fact, shared counterparties = heuristic) + cluster stats.