search_sequence
ActiveTool of Oeis
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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Oeis
https://github.com/pipeworx-io/mcp-oeis
1/7 registries