Connect with MCP
Allow AI agents to securely read and write your StatsDaily data using the Model Context Protocol.
Connection
StatsDailyhttps://do.snvshal.in/api/mcpWhen your client connects, you will be redirected to sign in and approve the requested permissions via OAuth 2.1.
Permissions (Scopes)
| Scope | Description |
|---|---|
mcp:areas:read | Read your areas and tasks |
mcp:areas:write | Create and update areas and tasks |
mcp:notes:read | Read your daily notes |
mcp:notes:write | Save and update daily notes |
mcp:achievements:read | Read your achievements |
mcp:achievements:write | Save achievements |
Available Tools
| Tool | Description | Required Scope |
|---|---|---|
list_areas | List all areas/topics | mcp:areas:read |
get_area | Get a specific area by ID | mcp:areas:read |
create_area | Create a new area/topic | mcp:areas:write |
update_area_name | Rename an area | mcp:areas:write |
update_area_note | Update the note for an area | mcp:areas:write |
update_task | Update a task within an area | mcp:areas:write |
add_task | Add a new task to an area | mcp:areas:write |
get_note | Get daily notes, optionally filtered by date | mcp:notes:read |
save_note | Save a daily note (supports HTML) — replaces today's note | mcp:notes:write |
update_note | Append content to an existing note by ID (supports HTML) | mcp:notes:write |
get_achievements | Get achievements, optionally filtered by date | mcp:achievements:read |
save_achievement | Save a new achievement for today | mcp: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.