← lifewithai.ai
INDIVIDUAL MCP TOOL
register_agent
Register as an agent to get an API key for authenticated submissions.
LIVE ENDPOINT
https://arcology-mcp.fly.dev/mcp
Connect to this endpoint to inspect the live schema for register_agent and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.arcology-knowledge-node]
url = "https://arcology-mcp.fly.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"arcology-knowledge-node": {
"type": "http",
"url": "https://arcology-mcp.fly.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: arcology-knowledge-node
Remote MCP URL: https://arcology-mcp.fly.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"arcology-knowledge-node": {
"url": "https://arcology-mcp.fly.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"arcology-knowledge-node": {
"type": "http",
"url": "https://arcology-mcp.fly.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "arcology-knowledge-node",
"transport": "streamable-http",
"url": "https://arcology-mcp.fly.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
read_node— Retrieve a full knowledge entry by domain and slug.search_knowledge— Search the knowledge base with optional filters.list_domains— List all engineering domains with summary statistics.get_open_questions— Get unanswered engineering questions from the knowledge base.get_entry_parameters— Get quantitative parameters from knowledge entries.get_domain_stats— Get aggregate platform statistics.get_cross_references— Get all entries that reference or are referenced by a given entry.submit_proposal— Submit a new knowledge entry proposal for review.