You're viewing a demo portfolio

Join the waitlist
PRSM

search_sequence

Active

Tool of Oeis

declared in 0.1.0

Search the OEIS (On-Line Encyclopedia of Integer Sequences), the authoritative database of integer sequences. Identify a sequence from its first terms by passing a comma-separated list of integers (e.g. "1,1,2,3,5,8" finds the Fibonacci numbers), look up a specific sequence by A-number (e.g. "A000045"), or search free-text keywords (e.g. "prime gaps"). Returns up to 10 matching sequences per page with their A-number, name, terms, keywords, author, and offset. Use the start argument to paginate (10 results at a time).

Parameters schema

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "A comma-separated list of integers (e.g. \"1,1,2,3,5,8\"), an A-number (e.g. \"A000045\"), or free-text keywords (e.g. \"prime gaps\")."
    },
    "start": {
      "type": "number",
      "description": "Pagination offset; results come 10 at a time. Default 0."
    }
  }
}

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 →
search_sequence — Oeis — PRSM MCP