yamtrack-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| YAMTRACK_JWT | No | Static token or JWT for authentication (optional for read-only tools) | |
| YAMTRACK_BASE_URL | No | API base URL. Default http://localhost:8000/api | http://localhost:8000/api |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_mediaB | Search external providers for media by title. |
| get_detailsB | Get metadata for a media item from a provider. |
| list_tracked_mediaB | List the authenticated user's tracked media. |
| get_homeC | Dashboard with in-progress and planning items. |
| get_historyC | Change history for a tracked media item. |
| create_entryB | Start tracking media from an external provider by id. |
| manual_createC | Create a media entry manually (no external provider). |
| update_entryB | Update a tracked media item (status, score, progress, notes). |
| update_progressA | Increase or decrease progress on a tracked item. |
| update_scoreA | Update the score (0-10) of a tracked item. |
| delete_entryB | Delete a tracked media item. |
| sync_metadataC | Re-sync metadata for a media item from its provider. |
| create_episodeC | Mark an episode as watched. |
| get_statisticsC | Aggregated statistics for the authenticated user. |
| get_meA | Get the currently authenticated user. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/URD0TH/yamtrack-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server