trafft-mcp-readonly
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., "@trafft-mcp-readonlylist today's appointments"
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.
Trafft MCP Read-Only
A hardened, community-maintained, read-only Model Context Protocol server for auditing Trafft booking data without exposing mutation tools.
This repository is a clean derivative of mjmirza/trafft-mcp at commit c8793116e564a6c84d4e727ee0d4c7f24aef45ff. It retains the upstream MIT terms and documents all material changes in UPSTREAM.md and NOTICE.
Release status
Live-validated read-only candidate—not yet a tagged production release.
The committed lockfile, Node 20 build, MCP protocol smoke test, high-severity dependency audit, package inspection, authentication flow, core list/detail reads, and privacy-minimized audit checks have passed. The protected release workflow also performs a bounded one-day availability read using a service returned by Trafft.
Before the first tagged release, complete the account-specific service/capacity reconciliation, employee-assignment review, and pagination verification recorded in docs/RELEASE_CHECKLIST.md. Do not call this project affiliated with, endorsed by, or officially verified by Trafft.
Related MCP server: jobber-mcp
Stable V1 tools
list_servicesget_servicefind_services_by_namelist_employeesget_employeelist_locationsget_locationlist_appointmentslist_customersget_customerfind_duplicate_customersget_available_timescompare_services_to_expected
Trafft's published collection documents appointment listing but not a read-by-ID appointment endpoint, so stable V1 deliberately exposes appointments as list-only.
get_available_times accepts one service and one date, then maps them to Trafft's documented calendar_start_date, calendar_end_date, and service query parameters. Optional employee, location, and additional-guest inputs are mapped to the published API names.
No create, update, cancel, reschedule, pricing-write, webhook-write, booking, coupon, or delete tool is compiled into stable V1.
Six experimental read-only probes—webhooks, notifications, working hours, Special Days, Days Off, and settings—remain disabled unless TRAFFT_ENABLE_EXPERIMENTAL_READS=true. Do not enable them until each path is verified.
Security architecture
Local stdio MCP transport
HTTPS-only Trafft origin
Exact hostname allowlist
API-path confinement and encoded-traversal rejection
Redirect refusal
GET-only REST policy, except the authentication POST
In-memory Bearer token
Sanitized errors and request identifiers
Bounded safe-GET retries
Streaming response-size enforcement
Valid-JSON MCP response limits
Privacy-minimized JSONL operation log
No deep/write audit mode
See SECURITY.md for guarantees and limitations.
Development gate
npm ci --ignore-scripts
npm run check
npm audit --audit-level=high
npm pack --dry-runThe mock security suite does not call Trafft and does not require credentials.
Secret handling
Never commit credentials or paste them into chat, issues, screenshots, fixtures, or shell history. Use an OS secret store or approved private runtime injection.
Community
Contributions are welcome under CONTRIBUTING.md. V1 deliberately remains read-only. Security concerns should be reported privately through GitHub Security Advisories.
Independence
This project is not affiliated with, endorsed by, or sponsored by Trafft. Trafft is a trademark of its respective owner.
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
- AlicenseBqualityBmaintenanceA read-only MCP server for SimpleShop accounting data, enabling AI agents to find documents, download PDFs, inspect products, and review sales exports.Last updated5MIT
- AlicenseAqualityBmaintenanceCustomer-hosted, read-only MCP server for Jobber operations workflows. It helps owners query Jobber for action lists, overdue invoices, stale requests, estimate/job follow-up, and safe read-only GraphQL validation.Last updated6681MIT
- Flicense-qualityCmaintenanceMock MCP server for validating Constructoo Copilot data access, exposing read-only tools like counting customer properties, retrieving project status, and fetching appointments.Last updated
- AlicenseAqualityCmaintenanceRead-only MCP server for reconciling SimpleFIN bank data against Firefly III ledger, enabling audit and review workflows without mutation.Last updated19311MIT
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Read-only MCP server for Muovi, Argentina's trust-first local services marketplace (6 tools).
Federated commerce search across independent WooCommerce merchants. Keyless, read-only MCP server.
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/Mad-Logic-Studio/trafft-mcp-readonly'
If you have feedback or need assistance with the MCP directory API, please join our Discord server