AI & Machine Learning
arif-fazil.com
Provides a constitutional AI framework for governed sessions, web search, multi-step reasoning, and ethical critique.
ENDPOINT 1
https://arifos.arif-fazil.com/mcp
Known tools 16
arif_sense_observeSearch the web, ingest URLs, check system vitals, or map a repository.
Inferred read-onlyarif_mind_reasonMulti-step reasoning, planning, and reflection with confidence labeling.
Inferred read-onlyarif_gateway_connectBridge to other federation agents (GEOX, WEALTH, WELL, A-FORGE, AAA, APEX, cn-organ).
Inferred read-onlyCONNECT 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.arif-fazil-com]
url = "https://arifos.arif-fazil.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"arif-fazil-com": {
"type": "http",
"url": "https://arifos.arif-fazil.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: arif-fazil-com
Remote MCP URL: https://arifos.arif-fazil.com/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": {
"arif-fazil-com": {
"url": "https://arifos.arif-fazil.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"arif-fazil-com": {
"type": "http",
"url": "https://arifos.arif-fazil.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "arif-fazil-com",
"transport": "streamable-http",
"url": "https://arifos.arif-fazil.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://mcp.arif-fazil.com/mcp
MCP server metadata
- Name
- ARIFOS MCP
- Version
- kanon-2026.08.14+f0e7638
arifOS — Constitutional AI orchestration kernel. F1-F13 governed. ═══ AGENT BOOT SEQUENCE (MCP-NATIVE) ═══ Every agent entering arifOS for the first time MUST: 1. CALL prompt '/init' → full 10-step autonomous ignition sequence 2. READ resource arifos://bootstrap → live federation context 3. READ resource arifos://carry-forward → prior session state 4. READ resource arifos://flow-state → FQ pulse (FQ<0.5 → OBSERVE_ONLY) 5. CALL tool arif_init → bind session + get SCT token ═══ AGENT CLOSE SEQUENCE (MCP-NATIVE) ═══ Every session MUST close with: 1. CALL prompt '/seal' → 11-step autonomous close ritual 2. CALL tool arif_seal or forge_vault → immutable record 3. VERIFY: resources/read arifos://vault/head ═══ Membrane Principle ═══ - Language is lossy compression, not the world. - Truth survives falsification, not assertion. - Meaning is sovereign-anchored; the machine carries structure, not sense. - Paradox is the boundary scream — the correct response is HOLD. Golden path: init → observe → think → route → memory → judge → forge → seal Canonical 8 tools — select by gap: arif_init — No session yet? Start here. Binds actor identity. arif_observe — Evidence gap? Search, fetch, vitals, repo map. arif_think — Reasoning gap? Plan, analyze, verify. (arif_critique → mode=critique) arif_route — Tool uncertainty? Route intent to correct organ. arif_memory — Memory gap? Recall, inspect, attest, promote, revise. arif_judge — Decision time? Constitutional verdict (SEAL/HOLD/SABAR/VOID). arif_forge — Ready to execute? Governed execution path. (arif_compose → mode=compose) arif_seal — Need finality? Append to VAULT999 immutable ledger. Key resources (38 static + 24 templates = 62 total): Core: arifos://doctrine, identity, vitals, bootstrap, schema, trinity, arifos://civilization, jurisdiction, refusal-surface, seal-readiness, arifos://loop-engineering, quickstart, mcp-alignment, memory, arifos://human/metabolized, reality/state, mcp/surface-map Operational: arifos://carry-forward, flow-state, init/agent_init, instructions ATLAS333: arifos://atlas333/* (index, paradox, zones, thresholds, activation, flow, geometry) Templates: arifos://verdict/{sid}, continuity/{sid}, floor/{fid}, vault/{type} Skills: skill://index, skill://{name}/SKILL.md Wisdom: arifos://wisdom/quotes/*, arifos://wisdom/contract Key prompts: /init (ignition), /seal (close), 🌱 BOOT (lightweight), 🌀 SABAR (governed loop). DITEMPA BUKAN DIBERI — Forged, Not Given
Known tools 8
arif_initKERNEL 000 · Session ignition — binds actor, floors, and audit before any other arif_* verb.
Inferred read-onlyarif_observeKERNEL 111 · Sense reality into evidence with epistemic tags and uncertainty bounds.
Inferred read-onlyarif_thinkKERNEL 333 · Mind — structured reasoning under F2/F7 with OBS/DER/INT/SPEC labels.
Inferred read-onlyarif_routeKERNEL 444 · Intent→organ router — dispatches to GEOX/WEALTH/WELL/A-FORGE.
Inferred read-onlyarif_memoryKERNEL memory governor — L1–L6 governed semantic recall, storage, and persistence.
Inferred read-onlyarif_judgeKERNEL 888 · Constitutional verdict — binding SEAL/HOLD/SABAR/VOID arbitration.
Inferred read-onlyarif_forgeKERNEL 777 · Execution gate via A-FORGE — mutates only after SEAL verdict.
Inferred read-onlyarif_sealKERNEL 999 · VAULT999 immutable append — irreversible civilizational memory sealing.
Inferred read-onlyCONNECT 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.arifos-mcp]
url = "https://mcp.arif-fazil.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"arifos-mcp": {
"type": "http",
"url": "https://mcp.arif-fazil.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: arifos-mcp
Remote MCP URL: https://mcp.arif-fazil.com/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": {
"arifos-mcp": {
"url": "https://mcp.arif-fazil.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"arifos-mcp": {
"type": "http",
"url": "https://mcp.arif-fazil.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "arifos-mcp",
"transport": "streamable-http",
"url": "https://mcp.arif-fazil.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://arifosmcp.arif-fazil.com/mcp
MCP server metadata
- Name
- ARIFOS MCP
- Version
- kanon-2026.08.29+efc1aca
arifOS — Constitutional AI orchestration kernel. F1-F13 governed. ═══ AGENT BOOT SEQUENCE (MCP-NATIVE) ═══ Every agent entering arifOS for the first time MUST: 1. CALL prompt '/init' → full 10-step autonomous ignition sequence 2. READ resource arifos://bootstrap → live federation context 3. READ resource arifos://carry-forward → prior session state 4. READ resource arifos://flow-state → FQ pulse (FQ<0.5 → OBSERVE_ONLY) 5. CALL tool arif_init → bind session + get SCT token ═══ AGENT CLOSE SEQUENCE (MCP-NATIVE) ═══ Every session MUST close with: 1. CALL prompt '/seal' → 11-step autonomous close ritual 2. CALL tool arif_seal or forge_vault → immutable record 3. VERIFY: resources/read arifos://vault/head ═══ Membrane Principle ═══ - Language is lossy compression, not the world. - Truth survives falsification, not assertion. - Meaning is sovereign-anchored; the machine carries structure, not sense. - Paradox is the boundary scream — the correct response is HOLD. Golden path: init → observe → think → route → memory → judge → forge → seal Canonical 8 tools — select by gap: arif_init — No session yet? Start here. Binds actor identity. arif_observe — Evidence gap? Search, fetch, vitals, repo map. arif_think — Reasoning gap? Plan, analyze, verify. (arif_critique → mode=critique) arif_route — Tool uncertainty? Route intent to correct organ. arif_memory — Memory gap? Recall, inspect, attest, promote, revise. arif_judge — Decision time? Constitutional verdict (SEAL/HOLD/SABAR/VOID). arif_forge — Ready to execute? Governed execution path. (arif_compose → mode=compose) arif_seal — Need finality? Append to VAULT999 immutable ledger. Key resources (38 static + 24 templates = 62 total): Core: arifos://doctrine, identity, vitals, bootstrap, schema, trinity, arifos://civilization, jurisdiction, refusal-surface, seal-readiness, arifos://loop-engineering, quickstart, mcp-alignment, memory, arifos://human/metabolized, reality/state, mcp/surface-map Operational: arifos://carry-forward, flow-state, init/agent_init, instructions ATLAS333: arifos://atlas333/* (index, paradox, zones, thresholds, activation, flow, geometry) Templates: arifos://verdict/{sid}, continuity/{sid}, floor/{fid}, vault/{type} Skills: skill://index, skill://{name}/SKILL.md Wisdom: arifos://wisdom/quotes/*, arifos://wisdom/contract Key prompts: /init (ignition), /seal (close), 🌱 BOOT (lightweight), 🌀 SABAR (governed loop). DITEMPA BUKAN DIBERI — Forged, Not Given
Known tools 8
arif_initKERNEL 000 · Session ignition — binds actor, floors, and audit before any other arif_* verb.
Inferred read-onlyarif_observeKERNEL 111 · Sense reality into evidence with epistemic tags and uncertainty bounds.
Inferred read-onlyarif_thinkKERNEL 333 · Mind — structured reasoning under F2/F7 with OBS/DER/INT/SPEC labels.
Inferred read-onlyarif_routeKERNEL 444 · Intent→organ router — dispatches to GEOX/WEALTH/WELL/A-FORGE.
Inferred read-onlyarif_memoryKERNEL 555 · Memory governor — L1–L6 governed semantic recall, storage, and persistence.
Inferred read-onlyarif_judgeKERNEL 666 · Constitutional verdict — binding SEAL/HOLD/SABAR/VOID arbitration.
Inferred read-onlyarif_forgeKERNEL 777 · Execution gate via A-FORGE — mutates only after SEAL verdict.
Inferred read-onlyarif_sealKERNEL 999 · VAULT999 immutable append — irreversible civilizational memory sealing.
Inferred read-onlyCONNECT 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.arifos-mcp]
url = "https://arifosmcp.arif-fazil.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"arifos-mcp": {
"type": "http",
"url": "https://arifosmcp.arif-fazil.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: arifos-mcp
Remote MCP URL: https://arifosmcp.arif-fazil.com/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": {
"arifos-mcp": {
"url": "https://arifosmcp.arif-fazil.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"arifos-mcp": {
"type": "http",
"url": "https://arifosmcp.arif-fazil.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "arifos-mcp",
"transport": "streamable-http",
"url": "https://arifosmcp.arif-fazil.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for arif-fazil.com was fetched 2026-07-28T09:08:45.199Z and is being refreshed.
arif-fazil.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.