← Back to search

io.github.daedalus/mcp-oeis

daedalus Scanned 23d ago

MCP server for the OEIS (Online Encyclopedia of Integer Sequences) API

A
94.3 / 100

Versions

0.1.0latest
first seen May 19, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 3

get_sequence_by_id
annotations: none low

Get a sequence by its OEIS ID (e.g., "A000109" for simplicial polyhedra, "A000045" for Fibonacci). Args: id: The OEIS ID (e.g., "A000109", "A000045") Returns: Dictionary containing: - id: The OEIS ID - name: Sequence name/description - terms: List of integers in the sequence - offset: Index offset (where sequence starts) - description: Full description - comments: Additional comments - references: Literature references - links: Related links - formula: Formula if available - example: Example terms Raises: ValueError: If the ID format is invalid or sequence not found

id str
search_by_terms
annotations: none low

Search OEIS sequences by providing integer terms. For example, searching [1,1,2,3,5,8] will find the Fibonacci sequence. Args: terms: List of integers to search for (e.g., [1,1,2,3,5,8]) max_results: Maximum number of results to return (default 10) Returns: List of matching sequences, each containing: - id: The OEIS ID - name: Sequence name - terms: First few terms of the sequence Raises: ValueError: If terms list is empty

terms string max_results int
search_by_name
annotations: none low

Search OEIS sequences by name or keyword. For example, searching "Fibonacci" will find Fibonacci-related sequences. Args: query: Search query (e.g., "Fibonacci", "prime", "Catalan") max_results: Maximum number of results to return (default 10) Returns: List of matching sequences, each containing: - id: The OEIS ID - name: Sequence name - terms: First few terms of the sequence Raises: ValueError: If query is empty

query str max_results int

Permissions 1

network medium
Server uses network capabilities via: httpx

Scan Findings 12

medium
Permission: network access detected permission_analyzer · 90%
info
No dependency files found for SBOM generation sbom_generator · 100%
low
Tool 'get_sequence_by_id' has no annotations annotation_checker · 100%
low
Tool 'search_by_terms' has no annotations annotation_checker · 100%
low
Tool 'search_by_name' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
info
pyproject.toml metadata manifest_parser · 100%
info
Tool: get_sequence_by_id manifest_parser · 90%
info
Tool: search_by_terms manifest_parser · 90%
info
Tool: search_by_name manifest_parser · 90%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%