Back to Browse

Repeaterbook MCP Server

Developer ToolsModerate5.1MCP RegistryLocal
Free

Server data from the Official MCP Registry

Look up amateur radio repeaters from RepeaterBook.com by location, band, and mode.

About

Look up amateur radio repeaters from RepeaterBook.com by location, band, and mode.

Security Report

5.1
Moderate5.1Moderate Risk

The RepeaterBook MCP server is a well-structured, properly authenticated Python client for the RepeaterBook API with good security practices overall. The codebase demonstrates careful credential handling, appropriate input validation, and robust error handling. Minor code quality observations exist around broad exception handling and logging, but these do not pose security risks. Permissions align appropriately with the server's purpose of querying a third-party API. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

3 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

What You'll Need

Set these up before or after installing:

Per-user RepeaterBook 'rbuapp_' API token. Required: every export needs an approved token, and the server refuses to start without it. Generate one at https://www.repeaterbook.com/user/api_apps.phpRequired

Environment variable: REPEATERBOOK_APP_TOKEN

Where the SQLite database and HTTP cache live. Created if missing; a leading '~' is expanded.Optional

Environment variable: REPEATERBOOK_WORKING_DIR

Contact address used in the API User-Agent. Defaults to the address this library is registered with; set it only if you registered your own application, as another value returns 403 ua_mismatch.Optional

Environment variable: REPEATERBOOK_APP_CONTACT

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-micaeljarniac-repeaterbook": {
      "env": {
        "REPEATERBOOK_APP_TOKEN": "your-repeaterbook-app-token-here",
        "REPEATERBOOK_APP_CONTACT": "your-repeaterbook-app-contact-here",
        "REPEATERBOOK_WORKING_DIR": "your-repeaterbook-working-dir-here"
      },
      "args": [
        "repeaterbook"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!