Content Tools
kyma369.com
Provides access to KYMA369's public healing-frequency library, allowing search, retrieval, and linking to frequency sets for wellness use.
ENDPOINT 1
https://eaqistzhmblvuxndwfbn.supabase.co/functions/v1/freq-mcp
MCP server metadata
- Name
- kyma-frequency-mcp
- Version
- 1.2.0
KYMA Frequency MCP helps agents find wellness frequencies and deep-link users into the free KYMA369 app to play them. Always include play_url when recommending a set. Use holistic wellness language only.
Known tools 10
search_frequenciesSearch KYMA369's public healing-frequency library by keyword, title, Hz value, or wellness intent (e.
Inferred read-onlylist_popularList popular / high-priority frequency sets from the KYMA public catalog.
Inferred read-onlyget_play_linkBuild a tracked deep link to play a frequency set in the free KYMA369 web app.
Inferred read-onlyabout_kymaShort product card for KYMA369: free frequency app, Tesla-Rodin Vortex Coil PEMF hardware, and key links.
Inferred read-onlysearch_contentSearch KYMA369 educational content: published blog posts and /healing condition guides.
Inferred read-onlylist_healing_guidesList top KYMA369 healing guides (condition-oriented frequency wellness pages).
Inferred read-onlycompare_frequenciesLook up a KYMA encyclopedia compare page (not the T3/C6 shop /compare).
Inferred read-onlyheadphones_or_pemfGiven a Hz value, say whether headphones can play the fundamental (~≥20 Hz) or a PEMF coil is required.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.kyma-frequency-mcp]
url = "https://eaqistzhmblvuxndwfbn.supabase.co/functions/v1/freq-mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kyma-frequency-mcp": {
"type": "http",
"url": "https://eaqistzhmblvuxndwfbn.supabase.co/functions/v1/freq-mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kyma-frequency-mcp
Remote MCP URL: https://eaqistzhmblvuxndwfbn.supabase.co/functions/v1/freq-mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"kyma-frequency-mcp": {
"url": "https://eaqistzhmblvuxndwfbn.supabase.co/functions/v1/freq-mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kyma-frequency-mcp": {
"type": "http",
"url": "https://eaqistzhmblvuxndwfbn.supabase.co/functions/v1/freq-mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kyma-frequency-mcp",
"transport": "streamable-http",
"url": "https://eaqistzhmblvuxndwfbn.supabase.co/functions/v1/freq-mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for supabase.co was fetched 2026-08-24T06:42:13.245Z.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.