# Quantum Information and Quantum Computation Open Problem Zoo (QIQCOP Zoo) > A curated, citable catalog of open problems in quantum information and quantum computation. The zoo holds 212 permanent records (185 unsolved, 27 solved), covering 212 distinct mathematical questions (185 unsolved, 27 solved). Explicitly equivalent formulations count once in the question totals. Search results and downloads count records. Each record has a self-contained statement with TeX mathematics, a source attribution, scoped progress items, a comment on the remaining gap, full references with alpha-style labels, one or two fields (broad research areas), and one to five topics (specific objects and techniques). ## MCP access Connect a remote MCP client to https://api.qiqc-op.com/mcp using Streamable HTTP. Public catalog reads require no API key or local installation. Use get_taxonomy for area/topic labels and slugs; search_problems accepts either, case-insensitively. Search returns total matches, catalogVersion and nextCursor; count is only the current page (50 by default). Search defaults to summary rows; request view=research for complete research details directly in each result, without first collecting IDs. Research pages obey whole-problem maxBytes (default 32768); responseBytes measures compact API JSON, excluding MCP framing and client token limits. If a single problem exceeds the budget, the error reports minimumRequiredBytes and problemId; read_problem can retrieve the needed content category with automatic continuation when necessary. Continue with the same filters, view and cursor=nextCursor; if the catalog changes or you switch views, restart the query. Legacy nextOffset remains available. Use sample_problem to draw uniformly from all matching unsolved records. get_problem with view=research provides complete source, progress, comment and references with revision provenance; catalog edit dates are not research-result dates. get_status separates permanent record counts from distinct-question counts. Use read_problem to read a content category: statement (definition and retained background), history (origin and prior research), references (bibliography and service references), or comment (commentary, discussions and decisions). The initial default is statement. Every category includes the authoritative problem status and statusSource; service clause evidence status may remain open for a Solved catalog problem. Normal results return complete structured content; only oversized categories return serialized JSON text with nextCursor. Follow the cursor in order to finish the selected category; concatenate text before parsing JSON. maxBytes defaults to 8192 (range 2048–65536). There is no paragraph or block selector. documentVersion identifies the complete research view including associated records; document_changed requires restarting. Reading one category does not cover the whole problem. Whole-problem get_problem and batch search remain available. Use list_references, search_sources, and build_context for further details. build_context uses an approximate section-text budget, excluding metadata and transport framing; check formalContextComplete, incomplete, and minimumRequiredTokens before reasoning from the bundle. Setup guide: https://qiqc-op.com/about/#mcp. ## Machine-readable downloads - https://qiqc-op.com/api/index.json: every problem with title, status, fields, topics, plain-text statement, and links. - https://qiqc-op.com/api/problems/.json: one full record (TeX source, HTML, plain text, references, equation labels). - https://qiqc-op.com/api/identifiers.json: permanent op IDs, ULIDs, and aliases; every alias resolves through the problem API. - https://qiqc-op.com/api/main/problems/.json: main-compatible Problem metadata with our binary status and complete authored record. - https://qiqc-op.com/api/tags.json: the taxonomy of fields and topics with counts. - https://qiqc-op.com/api/v1/problems.jsonl.gz: compressed full static catalog snapshot. The legacy .jsonl URL remains a download; use .json for application/json. - https://api.qiqc-op.com/api/v1/problems.jsonl: current service problem views as application/x-ndjson, with HTTP gzip when accepted. - https://qiqc-op.com/problem//.tex: the TeX form of one record. ## Contributing Software uses Apache-2.0. New original catalog contributions use CC BY 4.0. Earlier catalog text requires permission confirmation; do not assume the whole catalog is CC BY 4.0. Cited papers and third-party material retain their own terms. Licensing scope and attribution: https://qiqc-op.com/about/#licensing and https://qiqc-op.com/licenses/scope.txt. Records are JSON files in https://github.com/Naixu-Guo/quantum-open-problems/tree/main/database/problems_json, with a TeX form of each in database/problems_tex. Follow database/_template.json and open a pull request; the build validates every record. Send proposals without an account at https://qiqc-op.com/contribute/. Proposals are reviewed by the maintainers before publication.