Skip to main content
ClaudeWave

Radio spectrum database and MCP server

MCP ServersRegistry oficial0 estrellas0 forksPythonGPL-3.0Actualizado 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.
Casos de uso

Resumen de MCP Servers

# 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

Lo que la gente pregunta sobre mellow-tapir

¿Qué es guycole/mellow-tapir?

+

guycole/mellow-tapir es mcp servers para el ecosistema de Claude AI. Radio spectrum database and MCP server Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-21.

¿Cómo se instala mellow-tapir?

+

Puedes instalar mellow-tapir clonando el repositorio (https://github.com/guycole/mellow-tapir) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar guycole/mellow-tapir?

+

Nuestro agente de seguridad ha analizado guycole/mellow-tapir y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene guycole/mellow-tapir?

+

guycole/mellow-tapir es mantenido por guycole. La última actividad registrada en GitHub es del 2026-09-21, con 0 issues abiertos.

¿Hay alternativas a mellow-tapir?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega mellow-tapir en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a mellow-tapir