Skip to main content
Glama

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.

  • 🎶 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-mcp

Claude 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-generator

  • Type: command

  • Command: npx -y @double2dev/online-tone-generator-mcp

Development

  1. Clone this repository:

    git clone https://github.com/double2dev/online-tone-generator-mcp.git
    cd online-tone-generator-mcp
  2. Install dependencies:

    npm install
  3. Build the server:

    npm run build
  4. Run locally:

    npm start

License

MIT

Available Tools

3 tools
get_sweep_toolA

Get the link to the Sweep Generator tool to test audio equipment across a range of frequencies.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.5/5.0
Behavior4/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
frequencyYesThe frequency in Hz (e.g., 440 for standard tuning).

TDQS

A4.3/5.0
Behavior4/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
useCaseYesThe intended use case (e.g., 'tuning_a4', 'tuning_guitar_e', 'subwoofer_test', 'meditation_healing', 'meditation_universe', 'mosquito_test').

TDQS

A3.8/5.0
Behavior3/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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.

  1. 3 tool updatesv1.0.0
    • First observedget_sweep_tool
    • First observedget_tone_url
    • First observedrecommend_frequency

TDQS

A4.1/5.0
Disambiguation4/5

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.

Naming Consistency4/5

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.

Tool Count5/5

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.

Completeness4/5

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

ActivityMaintained
ResponsivenessSyncing

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

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