home / mcp / oeradio mcp server
Provides a public MCP server delivering radio calculations, band plans, callsign data, and tools for IARU Region 1 operators.
Configuration
View docs{
"mcpServers": {
"achildrenmile-oeradio-mcp": {
"url": "https://oeradio-mcp.oeradio.at/mcp",
"headers": {
"YOUR_API_KEY": "YOUR_API_KEY"
}
}
}
}You can use the OERadio MCP Server to let your AI assistant perform amateur radio calculations and lookups through a standard MCP interface. By connecting your MCP client to the server, you gain immediate access to band plans, antenna data, cable losses, callsign information, and a wide range of utilities for on-the-fly calculations and lookups relevant to IARU Region 1 operations.
Connect your MCP client to the server at the MCP endpoint https://oeradio-mcp.oeradio.at/mcp. Once connected, you can ask your AI assistant questions like what are the band limits for a given band, how long a dipole should be for a specific frequency, or calculate EIRP for a portable setup. You can also browse data sources such as the complete IARU Region 1 band plan, coaxial cable data, antenna gains, and Austrian callsign information. Use the MCP interface to send JSON-RPC like requests to the server and receive structured results from the tools.
Prerequisites: you need Node.js 20 or newer installed on your system. Optionally, Docker is available if you prefer containerized deployment.
If you want to run the server locally, follow these steps in order:
1) Prepare your environment by ensuring Node.js is installed. Check with node -v and npm -v.
Configuration and access details are provided for connecting MCP clients. You will connect via the central MCP endpoint and can use either HTTP-based remote access or a local stdio setup depending on your client.
Health and status of the MCP server can be checked through the health endpoint at /health and the root endpoint provides server info and a list of available tools.
Retrieve the IARU Region 1 band plan for a specified band.
List all amateur radio bands available in the MCP tools.
Verify whether a given frequency falls within amateur radio bands.
Compute effective isotropic radiated power from transmitter power, cable loss, and antenna gain.
Calculate attenuation of coaxial cables over a given length and frequency.
Compare performance of different cable types at a specified frequency and length.
Estimate battery runtime for portable operation.
Provide typical gains for common antenna types.
Compute wavelength and derive approximate antenna lengths.
Estimate power loss due to SWR mismatch.
Convert between Watt, dBm, and dBW.
Search Austrian callsigns across official sources and external fallbacks.
Check if a suffix is available across Austrian districts.
Generate callsign suggestions based on a name.
Validate callsigns against Austrian rules.
Show database version and statistics for Austrian callsigns.
List all OERadio tools with their URLs.