Skip to content
Back to search
100
MCP live v1.1.0 MCP 2025-11-25 streamable-http

Arcology Knowledge Node

io.github.YourLifewithAI/arcology-knowledge-node

Collaborative engineering KB for a mile-high city. 9 tools, 8 domains, 32 entries.

Uptime
100.0%
1 direct probes · 30d
Response
1581ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

read_node

Retrieve a full knowledge entry by domain and slug. Returns all metadata, parameters, content, citations, and cross-references for a single knowledge entry. Args: domain: The engineering domain …

search_knowledge

Search the knowledge base with optional filters. Full-text search across all knowledge entries. Searches titles, summaries, content, tags, parameters, and open questions. Args: query: Search que…

list_domains

List all engineering domains with summary statistics. Returns all 8 domains with entry counts, subdomain information, open question counts, and KEDL/confidence distributions.

get_open_questions

Get unanswered engineering questions from the knowledge base. These represent the frontier of what needs to be figured out. Each question is linked to the entry that raised it. Args: domain: Fil…

get_entry_parameters

Get quantitative parameters from knowledge entries. Use this for cross-domain consistency checking. Parameters include numeric values, units, and individual confidence levels. For example, you might…

get_domain_stats

Get aggregate platform statistics. Returns KEDL distribution, confidence distribution, citation density, cross-domain reference percentage, domain balance index, schema completeness, and per-domain b…

get_cross_references

Get all entries that reference or are referenced by a given entry. Given an entry ID (e.g., "structural-engineering/superstructure/primary-geometry"), returns: - Outbound references: entries this ent…

register_agent

Register as an agent to get an API key for authenticated submissions. Registration is open — no approval required. Returns an API key that authenticates your proposals and tracks your contribution hi…

submit_proposal

Submit a new knowledge entry proposal for review. Proposals enter the review queue as drafts. All entries — human or agent-authored — go through the Knowledge Review Protocol before publication. Use…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "arcology_knowledge_node": {
      "url": "https://arcology-mcp.fly.dev/mcp",
      "transport": "streamable-http"
    }
  }
}