mellow-tapir
Provides a tool to query a local reference LLM through Ollama (default gpt-oss:20b) for reference information about radio spectrum services and classifications.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mellow-tapirWhat's on 162.400 MHz?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
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 (SELECTorWITH) against the SQLite catalog.ask_reference_model: query a local reference LLM through Ollama, defaulting togpt-oss:20b.
For detailed parameters, outputs, and examples, use the tool reference in src/tapir_mcp_server/README.md.
Related MCP server: penelope-mcp
Allocation references
The 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 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.
Data sources:
src/tapir_schema/seed.json: authoritative editable band, emission, and channel catalog.src/tapir_schema/schema.sql: reference SQL schema used for provenance and alignment with the source data model.
Build location:
Build command:
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.sqlWhen source catalog data changes, rebuild the SQLite file with the command above and restart the MCP server.
This server cannot be deployed
Maintenance
Related MCP Connectors
Explore FCC ULS licenses, ASR antenna structures, and microwave path elevation profiles.
Create RF signal projects from prompts, inspect graphs, and export IQ data.
Read-only access to live ADSBiq aircraft and network state, with community contribution metadata.
Offline, keyless lookup of the US civil aircraft registry — decode N-numbers, search records.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides a read-only interface for querying InstantDB data with tools to execute queries and retrieve examples based on pre-defined patterns.1-
- FlicenseAqualityCmaintenanceEnables natural-language querying and analysis of NER car telemetry through read-only MCP tools for topic discovery, time-series export, and SQL access to Penelope databases.10-
- AlicenseBqualityBmaintenanceEnables read-only access to a local-first catalog of portable agent skills, exposing tools to discover ranked matches, inspect stored artifacts, traverse declared relationships, and view configuration.5MIT
- AlicenseAqualityCmaintenanceEnables MCP clients to securely query databases, list tables, inspect table schemas, and test connections across Oracle, SQL Server, MySQL, PostgreSQL, and SQLite using read-only SQL tools.4MIT