Tool reference
MCP.Scientio.Com exposes its capabilities to AI agents as Model Context Protocol (MCP) tools. The pages below describe every tool the server publishes, grouped by the area of the system it belongs to, so that you can understand what your agent is able to do on your behalf and what each parameter means.
Before you start
Every tool call must be authenticated with your API key, sent in the X-Api-Key
request header. If you do not have a key yet you can
register for a free 30 day trial key, or
view an existing key. Calls made without a valid key fail with an
authorization error.
Point your MCP client at the server root:
https://mcp.scientio.com
Most tools operate on a KBase (knowledge base) — a private, indexed
collection of your content together with an automatically maintained knowledge graph. KBases
are identified by an indexId, which you can obtain with the
ListKBases tool.
Tool groups
Knowledge bases
Create, delete and list the knowledge bases owned by your account, and discover public ones.
4 toolsContent
Add text or web pages to a knowledge base, list what it holds, retrieve it and delete it.
5 toolsSearch
Knowledge-graph enhanced semantic search that returns the passages most relevant to a query.
1 toolChat
Hold a multi-turn conversation with a knowledge base, with history kept on the server.
1 toolContext
Retrieve LLM-friendly summaries of a knowledge base's subject matter and description.
2 toolsKnowledge graph
Read and edit the nodes, edges, attributes and temporal data of a knowledge base's graph.
19 toolsLineage
Look up the shared taxonomy of concepts ("lineages") used to type nodes and edges.
4 toolsSystem
Administrative tools reserved for the designated system account.
1 toolReading the tool pages
Each tool is listed with its exact MCP name, a description of what it does, a table of its parameters and a note on what it returns. The badges shown against a tool are the behaviour hints the server advertises to MCP clients: tools marked read‑only never change your data, and tools marked destructive create, change or remove data and should be used with care. A tool with no badge carries no hint — read its description to see whether it writes anything.
A live, always up-to-date list of the tool names and descriptions the running server advertises is shown on the home page.