CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

DoneThat

ai.donethat/donethat
9 toolsHTTPregistry active
Summary

This connects Claude to your DoneThat work tracking data, giving it read access to your automatically captured timesheets, daily summaries, and activity patterns. The MCP exposes your work history so Claude can answer questions about how you spent time last week, what projects consumed the most hours, or when you context-switched most frequently. Reach for this when you want Claude to analyze your productivity patterns, generate reports for clients or managers, or coach you on time allocation without manually copying data. Since DoneThat already captures everything automatically in the background, the MCP turns that silent log into something Claude can query and reason about. Works through their streamable HTTP transport at mcp.donethat.ai.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

9 tools
generate_reportDoneThat is a time tracker that automatically turns captured work activity into daily summaries, where a task means work that was already completed or performed, not a future to-do item. Use this tool to generate reports for the authenticated user with activity, day, task, or...7 params

DoneThat is a time tracker that automatically turns captured work activity into daily summaries, where a task means work that was already completed or performed, not a future to-do item. Use this tool to generate reports for the authenticated user with activity, day, task, or...

Parameters* required
endDatestring
Inclusive end date in YYYY-MM-DD format, interpreted in the authenticated user's configured timezone. Falls back to UTC if no timezone is set.
teamIdsarray
Optional team IDs to include.
startDatestring
Inclusive start date in YYYY-MM-DD format, interpreted in the authenticated user's configured timezone. Falls back to UTC if no timezone is set.
projectIdsarray
Optional exact existing accessible project IDs to include. Do not guess IDs. If you do not already have exact IDs from prior tool output, first fetch or list the user's projects and then use only those IDs.
includeProjectsboolean
Whether to include project and hierarchy breakdowns when supported.
aggregationLevelstring
How to aggregate the report rows. Use activity for per-screenshot rows; minute is a legacy alias.one of activity · minute · day · task · week
includeCategoriesboolean
Whether to include category breakdowns when supported.
search_contentDoneThat is a time tracker that automatically turns captured work activity into daily summaries, where a task means work that was already completed or performed, not a future to-do item. Use this tool to search the authenticated user's recent task and activity history with a b...5 params

DoneThat is a time tracker that automatically turns captured work activity into daily summaries, where a task means work that was already completed or performed, not a future to-do item. Use this tool to search the authenticated user's recent task and activity history with a b...

Parameters* required
daysinteger
Optional lookback window in days. Defaults to 7 and cannot exceed 30.
limitinteger
Optional maximum number of results to return. Defaults to 20.
querystring
Search text to match against the user's task titles, task descriptions, screenshot one-line summaries, and screenshot descriptions.
contextstring
Optional extra hint text used only to improve ranking. It does not add new required matches.
sourcesarray
Optional subset of sources to search. Defaults to tasks and activity; screenshots is accepted as a legacy alias.
add_manual_taskDoneThat is a time tracker that automatically turns captured work activity into daily summaries, where a task means work that was already completed or performed, not a future to-do item. Use this tool to record uncaptured work that already happened, either with exact times or...7 params

DoneThat is a time tracker that automatically turns captured work activity into daily summaries, where a task means work that was already completed or performed, not a future to-do item. Use this tool to record uncaptured work that already happened, either with exact times or...

Parameters* required
datestring
Local date in YYYY-MM-DD format in the authenticated user's timezone.
titlestring
Short label for work that was already completed or performed on that date, not a future task or reminder.
endTimestring
Optional end time in HH:MM format.
startTimestring
Optional start time in HH:MM format.
descriptionstring
Optional description of work that already happened.
finalSummaryIdstring
Optional explicit final summary ID when more than one summary exists for the date.
durationMinutesinteger
Required when startTime/endTime are omitted. This is the duration of completed work that already happened on that date.
get_summaryDoneThat is a time tracker that automatically turns captured work activity into daily summaries, where a task means work that was already completed or performed, not a future to-do item. Use this tool to read daily summaries for one local date.1 params

DoneThat is a time tracker that automatically turns captured work activity into daily summaries, where a task means work that was already completed or performed, not a future to-do item. Use this tool to read daily summaries for one local date.

Parameters* required
datestring
Local date in YYYY-MM-DD format.
generate_summaryDoneThat is a time tracker that automatically turns captured work activity into daily summaries, where a task means work that was already completed or performed, not a future to-do item. Use this tool to generate the authenticated user's next draft daily summary.

DoneThat is a time tracker that automatically turns captured work activity into daily summaries, where a task means work that was already completed or performed, not a future to-do item. Use this tool to generate the authenticated user's next draft daily summary.

No parameter schema in public metadata yet.

approve_summaryDoneThat is a time tracker that automatically turns captured work activity into daily summaries, where a task means work that was already completed or performed, not a future to-do item. Use this tool to approve a draft daily summary, optionally applying patch-style changes fi...10 params

DoneThat is a time tracker that automatically turns captured work activity into daily summaries, where a task means work that was already completed or performed, not a future to-do item. Use this tool to approve a draft daily summary, optionally applying patch-style changes fi...

Parameters* required
datestring
Local date in YYYY-MM-DD format.
commentstring
Replacement comment text.
clearCommentboolean
Clear the comment when true and comment is not provided.
rawSummaryIdstring
Optional explicit raw summary ID for approve.
removeTaskIdsarray
Task-backed summary rows to remove by task ID.
addCustomTasksarray
Task-backed custom summary rows to add.
removeAiBulletsarray
AI bullets to remove from the selected summary.
addCustomBulletsarray
Custom completed-work bullets to add for work that already happened, not future tasks.
removeCustomBulletsarray
Custom bullets to remove by text.
taskProjectAssignmentsarray
Explicit project assignment changes for existing summary tasks.
edit_summaryDoneThat is a time tracker that automatically turns captured work activity into daily summaries, where a task means work that was already completed or performed, not a future to-do item. Use this tool to edit an approved daily summary with patch-style changes.10 params

DoneThat is a time tracker that automatically turns captured work activity into daily summaries, where a task means work that was already completed or performed, not a future to-do item. Use this tool to edit an approved daily summary with patch-style changes.

Parameters* required
datestring
Local date in YYYY-MM-DD format.
commentstring
Replacement comment text.
clearCommentboolean
Clear the comment when true and comment is not provided.
removeTaskIdsarray
Task-backed summary rows to remove by task ID.
addCustomTasksarray
Task-backed custom summary rows to add.
finalSummaryIdstring
Optional explicit final summary ID for edit or manual-task follow-up.
removeAiBulletsarray
AI bullets to remove from the selected summary.
addCustomBulletsarray
Custom completed-work bullets to add for work that already happened, not future tasks.
removeCustomBulletsarray
Custom bullets to remove by text.
taskProjectAssignmentsarray
Explicit project assignment changes for existing summary tasks.
submit_feedbackDoneThat is a time tracker that automatically turns captured work activity into daily summaries, where a task means work that was already completed or performed, not a future to-do item. Use this tool to send bug reports, product feedback, or feature requests directly to the D...2 params

DoneThat is a time tracker that automatically turns captured work activity into daily summaries, where a task means work that was already completed or performed, not a future to-do item. Use this tool to send bug reports, product feedback, or feature requests directly to the D...

Parameters* required
textstring
Feedback text describing the bug, issue, request, or product feedback.
screenshotstring
Optional base64 screenshot in data URL format.
get_messageDoneThat is a time tracker that automatically turns captured work activity into daily summaries, where a task means work that was already completed or performed, not a future to-do item. Use this tool to fetch a daily or aggregate summary rendered as text, HTML, or Slack blocks.3 params

DoneThat is a time tracker that automatically turns captured work activity into daily summaries, where a task means work that was already completed or performed, not a future to-do item. Use this tool to fetch a daily or aggregate summary rendered as text, HTML, or Slack blocks.

Parameters* required
datestring
ISO date string in the user's timezone, for example 2026-03-23. For aggregate levels, any date inside the desired period.
levelstring
Summary level to fetch.one of day · week · month · quarter · year
formatstring
Desired output format. Defaults to html.one of html · slack · text
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
AI & LLM Tools
Registryactive
TransportHTTP
UpdatedApr 8, 2026
Open website

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f