Skip to main content
ClaudeWave

Radio spectrum database and MCP server

MCP ServersOfficial Registry0 stars0 forksPythonGPL-3.0Updated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (GPL-3.0)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/22/2026
Install in Claude Code / Claude Desktop
Method: pip / Python
Claude Code CLI
claude mcp add mellow-tapir -- python -m mellow-tapir
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mellow-tapir": {
      "command": "python",
      "args": ["-m", "mcp_server.build_db"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# mellow-tapir

Mellow-Tapir is an experimental MCP server that helps radio hobbyists explore likely services, channels, and signal types across the radio spectrum from 108 MHz to 1 GHz; it is not a frequency-coordination or regulatory-authority tool.

For server setup, local Ollama testing, sample MCP client sessions, and Docker usage, see [`src/tapir_mcp_server/README.md`](src/tapir_mcp_server/README.md).

## Available tools

The Tapir MCP server exposes the following tools:

- `classify_frequency`: classify a single frequency into matching channels and likely services.
- `query_channels`: list known channels inside a frequency range.
- `search_services`: search service and use-name text across the catalog.
- `execute_readonly_sql`: run read-only SQL (`SELECT` or `WITH`) against the SQLite catalog.
- `ask_reference_model`: query a local reference LLM through Ollama, defaulting to `gpt-oss:20b`.

For detailed parameters, outputs, and examples, use the tool reference in [`src/tapir_mcp_server/README.md`](src/tapir_mcp_server/README.md).

## Allocation references

The [`dox/allocation`](dox/allocation) directory is a versioned archive of authoritative United States radio-frequency allocation and service references. The collection prioritizes spectrum at 30 MHz and above and is intended to support source-preserving extraction into a normalized database rather than replace the original publications.

The archive currently includes:

- **NTIA Redbook:** the complete *Manual of Regulations and Procedures for Federal Radio Frequency Management*, Chapter 4 on allocations and frequency plans, and NTIA's machine-readable allocation table and schema. These are the primary references for federal allocations, allotments, channel plans, and spectrum-management requirements.
- **NTIA allocation chart:** a visual overview of United States spectrum allocations, useful for orientation and coverage checks but not as a substitute for the underlying allocation tables.
- **FCC allocation references:** the FCC Online Table of Frequency Allocations and its Allocation History File, covering non-federal allocations, FCC rule-part mappings, footnotes, and allocation changes.
- **FCC Universal Licensing System documentation:** the ULS public-access-file guide and data dictionaries in PDF and spreadsheet form. These define fields used to interpret licensing records, including frequency and emission data.
- **Title 47 of the Code of Federal Regulations:** all five volumes of the 2025 annual edition in both PDF and XML. These preserve the governing service rules and provide machine-readable material for extracting frequencies, channel spacing, emission limits, and related requirements.

The [`manifest.json`](dox/allocation/manifest.json) file is the index to the archive. Each entry records the publishing agency, title and version, effective or publication date when available, original URL, retrieval date, local filename, media type, file size, SHA-256 checksum, and intended use.

Source files are preserved in their original formats. New revisions should be added under a new version directory and appended to the manifest; existing versions should not be overwritten. Derived records should retain links to their source artifact and, where possible, the relevant page, section, table, or rule citation so database results remain traceable to the authoritative material.

## SQLite classifier data pipeline

The MCP server uses a read-only SQLite file built from the editable catalog under [`src/tapir_schema`](src/tapir_schema).

Data sources:

- [`src/tapir_schema/seed.json`](src/tapir_schema/seed.json): authoritative editable band, emission, and channel catalog.
- [`src/tapir_schema/schema.sql`](src/tapir_schema/schema.sql): reference SQL schema used for provenance and alignment with the source data model.

Build location:

- [`src/tapir_mcp_server/data/tapir.sqlite`](src/tapir_mcp_server/data/tapir.sqlite)

Build command:

```bash
cd /Users/gsc/github/mellow-tapir/src/tapir_mcp_server
./venv/bin/python -m mcp_server.build_db \
	--db-path data/tapir.sqlite \
	--seed-path ../tapir_schema/seed.json \
	--schema-path ../tapir_schema/schema.sql
```

When source catalog data changes, rebuild the SQLite file with the command above and restart the MCP server.
mcp-serverpythonsignal-analysis

What people ask about mellow-tapir

What is guycole/mellow-tapir?

+

guycole/mellow-tapir is mcp servers for the Claude AI ecosystem. Radio spectrum database and MCP server It has 0 GitHub stars and its last recorded update is dated 2026-09-21.

How do I install mellow-tapir?

+

You can install mellow-tapir by cloning the repository (https://github.com/guycole/mellow-tapir) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is guycole/mellow-tapir safe to use?

+

Our security agent has analyzed guycole/mellow-tapir and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains guycole/mellow-tapir?

+

guycole/mellow-tapir is maintained by guycole. The last recorded GitHub activity is dated 2026-09-21, with 0 open issues.

Are there alternatives to mellow-tapir?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mellow-tapir to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: guycole/mellow-tapir
[![Featured on ClaudeWave](https://claudewave.com/api/badge/guycole-mellow-tapir)](https://claudewave.com/repo/guycole-mellow-tapir)
<a href="https://claudewave.com/repo/guycole-mellow-tapir"><img src="https://claudewave.com/api/badge/guycole-mellow-tapir" alt="Featured on ClaudeWave: guycole/mellow-tapir" width="320" height="64" /></a>

More MCP Servers

mellow-tapir alternatives