Back to Home
23prime icon

oeis-mcp-server-rs

Verified Safe

by 23prime

Overview

Accesses and analyzes OEIS (Online Encyclopedia of Integer Sequences) data via the Model Context Protocol.

Installation

Run Command
docker run -p 8000:8000 --name oeis-mcp-server ghcr.io/23prime/oeis-mcp-server:latest

Environment Variables

  • PORT

Security Notes

The server binds to "0.0.0.0" by default, which is common for containerized applications but requires appropriate network configuration (e.g., firewalling) in production. It makes external HTTP GET requests to "https://oeis.org" to fetch data; reliance on external services always carries a minor inherent risk if the external service is compromised or behaves maliciously, though the data processing within this server appears robust, using typed structures and JSON serialization.

Similar Servers

Stats

Interest Score30
Security Score9
Cost ClassMedium
Avg Tokens350
Stars1
Forks0
Last Update2026-01-16

Tags

OEISMathematical SequencesAPIRustMCP