A
licenseA
qualityA
maintenanceMCP server for searching and discovering 4,000+ public APIs
3
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool has a distinct purpose: fetching by ID, searching by name, and searching by integer terms. No overlap or confusion possible.
All tool names follow a consistent verb_noun pattern with snake_case (get_sequence_by_id, search_by_name, search_by_terms).
Three tools cover the essential operations for an OEIS server: direct retrieval by ID and two search methods (by name and by terms). This is well-scoped without unnecessary bloat.
The tool surface covers the primary use cases (fetching a specific sequence and searching). A minor gap is the lack of batch retrieval or filtering by other metadata (e.g., author), but the core functionality is present.