dot-mcp
Creates Dropbox folders for new jobs as part of job setup via the Hub API.
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., "@dot-mcpcreate a new job for client Acme Corp"
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.
dot-mcp
Remote MCP server for Dot. A thin relay that exposes Dot's job-setup and todo actions to Claude (claude.ai, Desktop, mobile) over Streamable HTTP.
It holds no logic — every tool just POSTs to the Hub. Job-number
reservation, the Tracker line, the Todo, and the Dropbox folder all happen in
the Hub's /api/new-job and /api/todos, so single-writer integrity stays in
the Hub. dot-mcp never touches Airtable directly.
Tools
Tool | Hub endpoint | Does |
|
| Reserves the next number, creates Project + live Tracker line + Todo + Dropbox folder. Returns the per-step receipt. |
|
| Adds a todo (bucket CLIENTS/OTHER, optional client link). |
Related MCP server: Notion MCP Server
Run locally
pip install -r requirements.txt
HUB_URL=https://dot.hunch.co.nz python server.py # serves http://localhost:8000/mcpDeploy (Railway)
New service from this repo. Set env vars:
Var | Value |
|
|
|
|
PORT is provided by Railway. Start command comes from the Procfile
(web: python server.py). The connector URL is https://<service>.up.railway.app/mcp.
Connect to Claude
claude.ai → Settings → Connectors → Add custom connector →
paste the …/mcp URL → transport Streamable HTTP → no auth.
Auth
None (v1). The Hub endpoints are open; lock both down together later if needed. Note: Claude doesn't support pasted bearer tokens or tokens in the URL — the real options are authless (now) or OAuth (later).
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
- Flicense-quality-maintenanceBridges STDIO-based MCP clients with SSE-based MCP servers, allowing applications like Claude Desktop to connect to remote MCP servers that use SSE transport.Last updated9
- Alicense-qualityDmaintenanceConnects Claude Desktop and other MCP clients directly to Notion with secure SSE support for CRUD operations. Designed for cloud deployment with bearer authentication, rate limiting, and security headers.Last updated1,6842MIT
- Alicense-qualityBmaintenanceThe self-hosted MCP bridge between Claude Chat and Claude Code.Last updated46AGPL 3.0
- Flicense-qualityCmaintenanceBridges Claude Desktop to local and remote ComfyUI instances, enabling health checks, model listing, workflow queuing, status polling, and output retrieval.Last updated
Related MCP Connectors
Hosted NeuroDock — stateless communication and planning tools over OAuth-secured Streamable HTTP.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
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/MGhunch/dot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server