localtry-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@localtry-mcpfind customers named Smith"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
LocalTry MCP
Use LocalTry from ChatGPT and other MCP clients while keeping every business strictly isolated.
LocalTry MCP is a remote Model Context Protocol server for operating a LocalTry CRM with plain-language instructions. It runs on Cloudflare Workers, uses OAuth 2.1, and binds every connection to one verified LocalTry user, business, role, and permission set.
What it enables
Search customers, companies, contacts, leads, jobs, estimates, and invoices.
Create and update validated CRM records.
Inspect the complete tenant workspace architecture.
Plan and apply tenant-only workspace customizations.
Run saved workflows.
Ask LocalTry Command to carry out multi-step business operations.
Review customization versions and restore an earlier version.
Read a tenant-scoped activity and audit history.
Related MCP server: MCP Client Portal
Available tools
Tool | Purpose |
| Inspect the connected business's pages, modules, fields, workflows, integrations, and customization history. |
| Search tenant-scoped CRM records without exposing raw SQL. |
| Create or update a validated CRM record. |
| Create a versioned customization plan without applying it. |
| Apply an explicitly approved plan to the connected workspace only. |
| Review the workspace's customization history. |
| Restore an approved earlier version for the connected workspace. |
| Run one of the business's saved workflows. |
| Use LocalTry Command for verified, multi-step CRM and business operations. |
| Review recent CRM, workflow, and customization activity. |
The tenant boundary
There is one shared MCP service, but every authorization is logically private. The client cannot supply or change a tenant identifier.
MCP client
-> LocalTry OAuth consent
-> token bound to user + business + role + scopes
-> LocalTry MCP Worker
-> private Cloudflare service binding
-> LocalTry domain services
-> business-scoped data and workspace runtimeThe MCP Worker does not receive a database binding. It can reach LocalTry only
through the private service contract in
docs/localtry-bridge-contract.md.
Remote endpoint
The production endpoint is live:
https://mcp.localtry.com/mcpHealth check:
https://mcp.localtry.com/healthClients discover OAuth 2.1 metadata automatically. Authorization supports PKCE, dynamic client registration, short-lived access tokens, and refresh tokens. Users sign in to LocalTry and approve one visible workspace; no LocalTry API key is copied into the MCP client.
Local development
Requirements: Node.js 20 or newer and a Cloudflare account.
npm install
npm run types
npm run check
npm run devCreate an OAuth KV namespace and replace the placeholder namespace ID in
wrangler.jsonc:
npx wrangler kv namespace create OAUTH_KVThe LOCALTRY_API service binding must point to the named
LocalTryMcpBridge WorkerEntrypoint exported by the LocalTry CRM deployment.
See the bridge contract for the exact trust boundary.
ChatGPT
ChatGPT supports remote MCP apps through developer mode. See
docs/chatgpt.md for the connection flow and current plan
requirements. Creating a private custom app connects this server to a ChatGPT
account or workspace; publishing in the public ChatGPT app directory is a
separate OpenAI review process.
Design principles
No raw SQL tool.
No tenant ID tool argument.
No secret-reading tool.
Goal-oriented tools instead of mirroring the entire API.
Explicit approval for consequential workspace changes.
Versioning, audit events, and restore support.
Permission checks in both the MCP Worker and the CRM domain layer.
Status
Production is deployed at mcp.localtry.com. OAuth authorization, refresh
tokens, MCP initialization, tool discovery, tenant binding, and a live workspace
read have been verified end to end. The public Worker reaches the CRM only
through a private Cloudflare service binding and has no database binding.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA remote MCP server that connects Claude to a Twenty CRM workspace, enabling users to interact with CRM objects (People, Companies, Opportunities, and custom objects) through schema-driven tools for querying, creating, updating, and deleting records.1Apache 2.0
- Alicense-qualityDmaintenanceA lightweight MCP server for client relationship management, enabling client tracking, notes, and search via natural language.MIT
- AlicenseBqualityDmaintenanceAn MCP server that enables LLMs to interact with Moxie CRM. Provides comprehensive tools for managing clients, contacts, projects, invoices, time tracking, and more.30142MIT
- Alicense-qualityCmaintenanceMCP server for HeyMax CRM API, providing read-only tools to query pipelines, services, and other CRM data.9MIT
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Hosted MCP server for Mini Accountant: invoices, expenses, customers, analytics, tax estimates.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/philly88r/localtry-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server