You're viewing a demo portfolio

Join the waitlist
PRSM

get_sequence

Active

Tool of Oeis

declared in 0.1.0

Fetch a single OEIS integer sequence by its A-number (e.g. "A000045" for the Fibonacci numbers, "A000040" for the primes). Accepts the A-number with or without the "A" prefix and zero-padding ("A000045", "45", and "000045" are all valid). Returns the full record: name, terms (data), comments, formulas, keywords, offset, author, and reference count. Use this to get the formula or mathematical description of a known sequence.

Parameters schema

{
  "type": "object",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "An OEIS A-number such as \"A000045\", or just \"45\" / \"000045\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Oeis

https://github.com/pipeworx-io/mcp-oeis

1/7 registries
View full server →