Productivity
mobcrm.au
Manages contacts with full CRUD operations and retrieval of associated details like addresses, preferences, and activities.
ENDPOINT 1
https://mobcrm.au/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.mobcrm-au]
url = "https://mobcrm.au/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"mobcrm-au": {
"type": "http",
"url": "https://mobcrm.au/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: mobcrm-au
Remote MCP URL: https://mobcrm.au/mcp
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mobcrm-au": {
"url": "https://mobcrm.au/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"mobcrm-au": {
"type": "http",
"url": "https://mobcrm.au/mcp",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "mobcrm-au bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "mobcrm-au",
"transport": "streamable-http",
"url": "https://mobcrm.au/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://demo.mobcrm.au/mcp
MCP server metadata
- Name
- mob-crm
- Version
- 0.1.0
Known tools 42
contact_getGet full contact details including all related data in one call: contact methods, addresses, food preferences, custom fields, tags, relationships, recent notes, recent activities, life events, active reminders, open tasks, recent gifts, active debts, and debt summary
Inferred read-onlycontact_listList contacts with optional filters (status, favorite, company, tag, search).
Inferred read-onlycontact_find_duplicatesScan for potential duplicate contacts using name, email, and phone matching.
Potential side effectscontact_method_manageAdd, update, or remove a contact method (email, phone, social handle, etc.
Potential side effectsfood_preferences_getGet food preferences for a contact (dietary restrictions, allergies, favorites, dislikes)
Inferred read-onlyrelationship_manageAdd, update, remove, or list relationships between contacts.
Potential side effectsactivity_manageCreate, get, update, delete, or restore an activity/interaction.
Potential side effectslife_event_manageCreate, list, update, delete, or restore life events for a contact.
Potential side effectscontact_timelineGet the unified timeline for a contact (activities, life events, notes, etc.
Inferred read-onlyreminder_manageCreate, list, update, complete, snooze, delete, or restore reminders.
Potential side effectsdata_exportExport all CRM data as a JSON object (contacts, relationships, notes, activities, life events, reminders, gifts, debts, tasks, tags)
Inferred read-onlydata_statisticsGet CRM statistics and overview (contact counts, activity counts, pending items, etc.
Inferred read-onlyprimeIMPORTANT: Call this tool FIRST before any other tool to load essential CRM context.
Inferred read-onlyupcoming_birthdaysFind contacts with birthdays coming up within a time window or in a specific month.
Inferred read-onlyglobal_searchSearch across all entity types (contacts, notes, activities, life events, gifts, tasks, reminders, debts, relationships, contact methods, addresses, custom fields) in a single query.
Inferred read-onlycontacts_needing_attentionFind contacts you haven't interacted with recently - the "who am I neglecting?
Inferred read-onlymanage_settingsView or update your personal settings (timezone, birthday reminder preferences).
Potential side effectsmanage_push_notificationsOpen a page to manage push notification subscriptions in your browser.
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.mob-crm]
url = "https://demo.mobcrm.au/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mob-crm": {
"type": "http",
"url": "https://demo.mobcrm.au/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mob-crm
Remote MCP URL: https://demo.mobcrm.au/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": {
"mob-crm": {
"url": "https://demo.mobcrm.au/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mob-crm": {
"type": "http",
"url": "https://demo.mobcrm.au/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mob-crm",
"transport": "streamable-http",
"url": "https://demo.mobcrm.au/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 mobcrm.au was fetched 2026-08-24T06:13:21.308Z.
mobcrm.au 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.