Connect with MCP

Allow AI agents to securely read and write your StatsDaily data using the Model Context Protocol.

Connection

StatsDaily
https://do.snvshal.in/api/mcp

When your client connects, you will be redirected to sign in and approve the requested permissions via OAuth 2.1.

Permissions (Scopes)

ScopeDescription
mcp:areas:readRead your areas and tasks
mcp:areas:writeCreate and update areas and tasks
mcp:notes:readRead your daily notes
mcp:notes:writeSave and update daily notes
mcp:achievements:readRead your achievements
mcp:achievements:writeSave achievements

Available Tools

ToolDescriptionRequired Scope
list_areasList all areas/topicsmcp:areas:read
get_areaGet a specific area by IDmcp:areas:read
create_areaCreate a new area/topicmcp:areas:write
update_area_nameRename an areamcp:areas:write
update_area_noteUpdate the note for an areamcp:areas:write
update_taskUpdate a task within an areamcp:areas:write
add_taskAdd a new task to an areamcp:areas:write
get_noteGet daily notes, optionally filtered by datemcp:notes:read
save_noteSave a daily note (supports HTML) — replaces today's notemcp:notes:write
update_noteAppend content to an existing note by ID (supports HTML)mcp:notes:write
get_achievementsGet achievements, optionally filtered by datemcp:achievements:read
save_achievementSave a new achievement for todaymcp:achievements:write

How it works

1Add server URL

Paste the MCP server URL into your AI client's MCP configuration.

2Client connects

Your client connects and requests permissions for the tools it needs.

3Review & grant

Sign in and review which tools the client can access, then grant permissions.

4Start using

Once approved, your AI agent can read and write your StatsDaily data.

Your AI agent gains read and write access to the data you approve scopes for. Only connect from clients you trust.