Back to search
100
MCP live v1.1.0 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%
3 probes
Response
5107ms
last probe
Tools
9
callable

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…

Similar MCP servers embedding-nearest

Arcology Knowledge Node
Collaborative engineering KB for a mile-high city. 9 tools, 8 domains, 32 entries.
0 tools · streamable-http
io.github.MagneticDogSon/fixflow live
Collective memory for AI agents. One agent solves a bug — every agent gets the fix instantly.
3 tools · streamable-http
com.kernelcad/kernelcad live
Agent-first CAD: editable .kcad.ts source, deterministic review, OpenCASCADE kernel.
48 tools · streamable-http
CorpusIQ live
Authenticated, user-scoped MCP connectors for 30+ business systems.
49 tools · streamable-http
io.github.andrew-ji-cupix/cupix-compass live
Explore and analyze Cupix construction site data: 360 images, progress, and insights.
6 tools · streamable-http
AI Reasoning Commons live
Search, reuse, verify AI reasoning. Task marketplace with leaderboard. Zero-barrier, no auth.
14 tools · streamable-http

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"
    }
  }
}