API documentation, MCP tools, and integration guides
MCP Endpoint: https://arifosmcp.arif-fazil.com/mcp
Site Manifest: /.well-known/arifos-site.json
LLMs Context: /llms.txt
44 tools available. All actions pass through 13 Floors.
arifOS Runtime exposes a Model Context Protocol (MCP) server with 44 constitutional tools. All tools enforce the 13 Floors.
Public endpoints require no authentication. Protected endpoints (admin, vault access)
require Bearer token. Contact agents@arif-fazil.com for access.
MCP (Model Context Protocol) is a standard for AI tool calling. arifOS implements MCP with constitutional guardrails.
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "tool_name",
"arguments": {
"arg1": "value1"
}
}
}
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [...],
"isError": false
}
}
Every response includes constitutional metadata:
X-Constitutional-Floors: F1,F2,F4,F9,F11
X-Vault-Log-ID: vault:2026.04.03:abc123
X-Human-Sovereign: Arif Fazil (999)
| Tool | Purpose | Floors |
|---|---|---|
vault_seal |
Cryptographic sealing to VAULT999 | F1, F11 |
vault_verify |
Verify Merkle proofs | F2, F11 |
constitutional_check |
Validate action against 13 Floors | All |
agi_reflect |
Constitutional reflection on intent | F1, F9, F13 |
reality_compass |
Ground claims in evidence | F2 |
| Tool | Purpose |
|---|---|
memory_store |
Store to vector memory (Qdrant) |
memory_recall |
Semantic search memory |
embed_text |
Generate embeddings (BGE-M3) |
search_grounding |
Web search with citations |
| Tool | Purpose |
|---|---|
system_health |
VPS health metrics |
process_list |
List system processes |
vault_secrets |
Secure secret access |
agentzero_orchestrate |
Agent task orchestration |
Full catalog: arifosmcp.arif-fazil.com/tools
System health and capability map.
List all available tools with schemas.
Main MCP endpoint for tool calls.
Server version and constitutional version.
GEOX is the geoscience grounding module. It ensures AI claims about the physical world are verified against reality.
Portal: aaa.arif-fazil.com/geox/
https://arifosmcp.arif-fazil.com/mcpimport requests
response = requests.post(
"https://arifosmcp.arif-fazil.com/mcp",
json={
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "vault_seal",
"arguments": {"data": "my important data"}
}
}
)
# Check constitutional compliance
floors = response.headers.get('X-Constitutional-Floors')
print(f"Floors enforced: {floors}")
| Code | Meaning |
|---|---|
F1_VOID |
Action blocked by AMANAH (irreversible without authorization) |
F2_VOID |
Action blocked by TRUTH (insufficient evidence) |
F9_VOID |
Action blocked by TAQWA (manipulative content) |
F13_VOID |
Action blocked by KHILAFAH (violates human sovereignty) |
Email: agents@arif-fazil.com
Portal: forge.arif-fazil.com (system status)