Mettakin
First-person meditation experiences shared by humans. Search, read and cite them.
Should I use this
Quality & Safety
Findings (1)
- LOWin get_experience
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"mettakin": {
"url": "https://mettakin.com/mcp"
}
}
}Remote endpoints
https://mettakin.com/mcpstreamable-httpWhat it can do
Tool inventory
Tools (3)
🟢search_experiences(query, phenomenon, practice, limit)
Find meditation experiences by words, phenomenon or practice. Returns titles, authors, short excerpts and links, newest first.
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Words to find in title or text."
},
"phenomenon": {
"type": "string",
"description": "A phenomenon slug."
},
"practice": {
"type": "string",
"description": "A practice slug."
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 20
}
},
"additionalProperties": false
}🟢get_experience(id)
The full text of one experience, with the experiences that answer it.
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "integer"
}
},
"required": [
"id"
],
"additionalProperties": false
}🟢list_topics
Every phenomenon and practice with how many experiences mention it. Use the slugs to filter search_experiences.
Input Schema
{
"type": "object",
"additionalProperties": false
}Community
Evidence