AxenomIA AX-SCI-001 — Scientific Novelty & Evidence
Traceable scientific novelty and evidence assessment with source-linked results and a human gate.
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"ax-sci-001": {
"url": "https://axenomia.cl/mcp"
}
}
}Remote endpoints
https://axenomia.cl/mcpstreamable-httpWhat it can do
Tool inventory
Tools (3)
🟢axenomia_agent_passport
Read the versioned AX-SCI-001 Agent Passport: scope, evidence rules, evaluation status, limitations and human-review requirements.
Input Schema
{
"type": "object",
"properties": {}
}⚪axenomia_human_review_gate
Return the mandatory human-review boundary for AX-SCI-001. This tool never approves patentability, novelty, publication or research-priority decisions.
Input Schema
{
"type": "object",
"properties": {}
}⚪ax_sci_001_assess_evidence(researchQuestion, proposedContribution, topic, maxReferences, references)
Research and synthesize traceable scientific evidence for a research question. Returns provisional evidence findings, verification depth, gaps and next evidence needs. Final novelty, patentability and publication judgments remain human-gated.
Input Schema
{
"type": "object",
"properties": {
"researchQuestion": {
"type": "string",
"minLength": 12,
"maxLength": 4000
},
"proposedContribution": {
"type": "string",
"maxLength": 4000
},
"topic": {
"type": "string",
"maxLength": 500
},
"maxReferences": {
"type": "integer",
"minimum": 6,
"maximum": 20
},
"references": {
"maxItems": 8,
"type": "array",
"items": {
"type": "object",
"properties": {
"title": {
"type": "string",
"minLength": 2,
"maxLength": 1000
},
"url": {
"type": "string",
"format": "uri"
},
"summary": {
"type": "string",
"minLength": 10,
"maxLength": 6000
},
"year": {
"type": "integer",
"minimum": 1900,
"maximum": 2100
}
},
"required": [
"title",
"url",
"summary"
]
}
}
},
"required": [
"researchQuestion"
],
"$schema": "https://json-schema.org/draft/2020-12/schema"
}Community
Evidence