Back to Browse

Repeaterbook MCP Server

Developer ToolsModerate7.3MCP 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

7.3
Moderate7.3Low Risk

Valid MCP server (1 strong, 3 medium validity signals). 5 known CVEs in dependencies (0 critical, 1 high severity) Package registry verified. Imported from the Official MCP Registry.

4 files analyzed · 6 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.

file_system

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

database

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

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. No application registration needed - log in to your RepeaterBook account, open https://www.repeaterbook.com/user/api_apps.php, find 'RepeaterBook Python Client' (App #114), and generate a token for it.Required

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. Leave unset: it defaults to the address registered for App #114, and any other value returns 403 ua_mismatch. Set it only if you registered your own separate application with RepeaterBook.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-mcp",
        "repeaterbook"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!