online-tone-generator-mcp
Online Tone Generator MCP Server
An official Model Context Protocol (MCP) server for Online Tone Generator.
This server empowers AI assistants (like Claude, Cursor, and Codex) to recommend optimal audio frequencies, tuning notes, and acoustic tests with direct generation links.
🔗 Quick Links & Tools
Main Website: Online Tone Generator
Frequency Sweep Generator: Sweep Tone Test (20Hz - 20kHz)
All Frequencies Directory: Explore Audio Frequencies
Documentation: MCP Developer Docs
Popular Frequencies
🎶 440 Hz Tone: Standard pitch for instrument tuning (A4).
🧘 432 Hz Tone: Verdi's 'A', favored for meditation and natural tuning.
🧬 528 Hz Tone: The "Love Frequency", used in healing.
🔊 20 Hz Tone: Low-end frequency to test subwoofer limits.
👂 1000 Hz Tone: Standard acoustic test tone.
🦟 15000 Hz Tone: High-frequency mosquito tone test.
Related MCP server: humantone-mcp
Features
This MCP server provides the following tools for AI assistants:
get_tone_url: Get a direct URL to generate a specific frequency (1Hz to 20,000Hz).recommend_frequency: Ask for a frequency based on an acoustic use case (e.g., standard tuning, subwoofer test, meditation).get_sweep_tool: Retrieves the link for the audio frequency sweep tool.
Installation
Using npm (npx)
You can run the server directly using npx:
npx -y @double2dev/online-tone-generator-mcpClaude Desktop Setup
To install this server for Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"online-tone-generator": {
"command": "npx",
"args": [
"-y",
"@double2dev/online-tone-generator-mcp"
]
}
}
}Cursor Setup
In Cursor IDE, go to Settings > Features > MCP, click + Add New MCP Server:
Name:
online-tone-generatorType:
commandCommand:
npx -y @double2dev/online-tone-generator-mcp
Development
Clone this repository:
git clone https://github.com/double2dev/online-tone-generator-mcp.git cd online-tone-generator-mcpInstall dependencies:
npm installBuild the server:
npm run buildRun locally:
npm start
License
MIT
Available Tools
3 toolsget_sweep_toolA
Get the link to the Sweep Generator tool to test audio equipment across a range of frequencies.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden. It says 'Get the link', implying a read-only retrieval operation with no side effects. It also clarifies that the function returns a link rather than performing the sweep itself. This is adequate for a zero-parameter getter.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, well-structured sentence that front-loads the action ('Get the link') and adds necessary context. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (zero params, no output schema), the description is complete: it states what is returned (a link) and the purpose of that link. No additional behavioral or contextual information is necessary for an agent to correctly invoke the tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool accepts zero parameters, and the schema already reflects this. The description does not need to add parameter details. Baseline for zero params is 4, and the description is consistent with that.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns a link to the Sweep Generator tool and explains its purpose (testing audio equipment across frequencies). It distinguishes this from sibling get_tone_url (which likely provides a tone link) and recommend_frequency (which recommends a frequency).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context for when to use the tool: when a link to a frequency sweep tool is needed. It does not explicitly mention alternatives, but the context is clear and sibling tool names imply different use cases, so it earns a 4.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_tone_urlA
Get the direct URL to play a specific audio frequency (1-20000 Hz) using the Online Tone Generator.
| Name | Required | Description | Default |
|---|---|---|---|
| frequency | Yes | The frequency in Hz (e.g., 440 for standard tuning). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses the output type (direct URL), the operational range (1-20000 Hz), and the external service (Online Tone Generator). This is sufficient for a simple, read-like operation and adds context beyond just the name.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that states the action, the resource, and the scope without any unnecessary words. It is concise and immediately understandable.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple (one parameter, no output schema), and the description fully explains its purpose and the key constraint (frequency range). The agent has enough information to select and invoke the tool correctly without needing further details.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already fully documents the single parameter 'frequency' with min/max and an example. The description redundantly mentions the 1-20000 Hz range but adds no new semantic information beyond the schema. With 100% schema coverage, the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'Get', identifies the resource as 'a direct URL', and clarifies the scope as 'a specific audio frequency (1-20000 Hz)'. This clearly distinguishes it from siblings like get_sweep_tool (which likely produces a sweep) and recommend_frequency (which recommends instead of generating).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear context: use this when you need a direct playable URL for a single tone, as opposed to a sweep or recommendation. It does not explicitly mention when not to use it, but the purpose is unambiguous enough for an agent to infer appropriate usage.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
recommend_frequencyA
Get recommended frequencies for a specific use case along with direct generation links.
| Name | Required | Description | Default |
|---|---|---|---|
| useCase | Yes | The intended use case (e.g., 'tuning_a4', 'tuning_guitar_e', 'subwoofer_test', 'meditation_healing', 'meditation_universe', 'mosquito_test'). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden of behavioral disclosure. It states that the tool returns recommended frequencies and links, but does not elaborate on whether it is read-only, requires authentication, or has any side effects. The behavior is clear at a basic level but lacks depth.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise, front-loaded sentence that communicates the tool's purpose and output without unnecessary detail. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simplicity (one parameter, no output schema), the description adequately covers the tool's behavior by stating it returns recommended frequencies and direct generation links. However, it does not specify the format or structure of the links or frequencies, which a small gap but not critical for this tool's complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, as the 'useCase' parameter has a fully described enum. The description mentions 'specific use case' but adds no extra meaning beyond what the schema already provides, so the baseline of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool provides recommended frequencies for a specific use case and includes direct generation links. This distinguishes it from sibling tools like get_tone_url and get_sweep_tool, which are likely for generating tones directly rather than providing recommendations.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for a specific use case but does not explicitly state when to prefer this over alternatives or provide exclusions. The enum of use cases gives context, but there is no explicit guidance on tool selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
3 tool updates
v1.0.0- First observed
get_sweep_tool - First observed
get_tone_url - First observed
recommend_frequency
TDQS
Each tool targets a distinct aspect: single frequency URL, sweep generator link, and recommendations. While get_tone_url and recommend_frequency both return URLs, their purposes are clearly separated by specificity vs. recommendations.
Two tools follow the 'get_' + object pattern (get_tone_url, get_sweep_tool), while recommend_frequency uses a different verb. Still, all names are snake_case and readable, with only minor deviation.
With only 3 tools, the server is well-scoped for its purpose of providing tone generator links. Each tool covers a distinct need and none feel redundant or excessive.
The set covers core use cases: generating a specific tone, accessing a sweep tool, and getting recommendations. Minor gaps like controlling waveform or duration exist, but the primary workflows are supported.
Maintenance
Related MCP Connectors
MCP server for Suno AI music generation, lyrics, and covers
Official MCP server for Certifier to issue, manage, and track certificates and badges.
MCP server for Producer/Riffusion AI music generation
Official MCP server for Agentwork — delegate tasks to AI agents with human-in-the-loop
Related MCP Servers
- AlicenseBqualityDmaintenanceThe official MCP server for Semantic Pen - an advanced AI article generator and SEO content writer. Create, manage, and optimize SEO-friendly articles directly from Claude Code and Cursor Windsurf with powerful AI automation.5502MIT

humantone-mcpofficial
AlicenseNot gradedqualityBmaintenanceOfficial MCP server for HumanTone, enabling AI text humanization and AI likelihood detection directly from MCP clients like Claude Desktop and Cursor.201MIT- AlicenseBqualityCmaintenanceMCP server for generating images and audio using Google's Gemini AI models.22MIT
- AlicenseAqualityBmaintenanceAn MCP server that generates music using your Suno account, enabling credit checking, song generation, and MP3 downloads without third-party APIs.7MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/double2dev/online-tone-generator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server