Mettakin

First-person meditation experiences shared by humans. Search, read and cite them.

Should I use this

Quality & Safety

B
Description quality
77%
Schema completeness
65%
Naming quality
100%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Findings (1)

  • LOWTool 'get_experience' description lacks action verbin get_experience

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~251Tokens (tool definitions)
~464 BTypical response size
Minimal attention impact (0.20% of 128k context)

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-http

What it can do

Tool inventory

Tools (3)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢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

Rate this Server

Evidence

Recent observations

verifiedversion not recorded3 tools