Axint
https://mcp.axint.ai/mcpskills: {'id': 'axint.status', 'name': 'axint.status', 'description': 'Report the exact running Axint MCP server version, package path, uptime, registered tool count, and same-thread MCP reload/update instructions. Use this as the first tool in a new Codex, Claude, or Xcode agent chat to prove which Axint... Use: call first or after an MCP reload to prove the connected server version; do not use as an npm/PyPI lookup. Effects: read-only; writes no files; no auth or network required.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'axint.upgrade', 'name': 'axint.upgrade', 'description': 'Check the latest Axint package and optionally apply the upgrade while preserving the current agent thread. Returns exact install commands, optional Xcode MCP wiring refresh, .axint/upgrade/latest.*... Use: call when axint.status shows a stale server; not for app dependency upgrades. Effects: destructive when apply=true: can run package installs, refresh Xcode wiring, and write .axint/upgrade; may use npm network.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'axint.doctor', 'name': 'axint.doctor', 'description': 'Audit the current Axint runtime and project wiring: running MCP version, expected version, Node/npm/npx paths, project .mcp.json, AGENTS.md, CLAUDE.md, .axint/project.json, and Xcode Claude Agent registration. Use this when an agent might be connected... Use: call when MCP wiring, package paths, Xcode setup, or project memory may be stale. Effects: read-only inspection; writes no files; no auth or network required.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'axint.xcode.guard', 'name': 'axint.xcode.guard', 'description': 'Guard an Xcode agent session against context compaction and Axint drift. Checks project memory files, active Axint session, latest Axint Run or guard proof, and long-task freshness. Writes... Use: call around long Xcode tasks, context recovery, broad Swift edits, or before claiming runtime proof. Effects: writes .axint/guard proof and may start a session; does not edit app source or use network.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'axint.xcode.write', 'name': 'axint.xcode.write', 'description': 'Write a file inside the Xcode project through the Axint guard path. For Swift files, runs axint.swift.validate and axint.cloud.check immediately, then records .axint/guard/latest.* proof. Use... Use: use only for guarded Xcode-project file writes; outside Xcode, patch normally and validate after. Effects: writes the requested file inside cwd, may create dirs, validates Swift, and may write guard/check artifacts.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'axint.session.start', 'name': 'axint.session.start', 'description': 'Start an enforced Axint agent session. Writes .axint/session/current.json plus token-scoped session history, refreshes .axint/AXINT_REHYDRATE.md, returns compact operating memory, docs context, a session token, and the exact axint.workflow.check... Use: call at the start of a tool-enabled agent session or after context compaction. Effects: writes .axint/session and rehydration artifacts; no auth or network required.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'axint.feature', 'name': 'axint.feature', 'description': 'Generate a scaffolded Apple-native feature package from a description. Returns multiple files: compile-aware Swift source, companion widget/view, Info.plist fragments, entitlements, and XCTest scaffolds — all structured file-by-file so an Xcode agent can write each... Use: use for new Apple-native surfaces; not for repairing existing app bugs. Effects: read-only generated output; writes no files and uses no network.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'axint.project.pack', 'name': 'axint.project.pack', 'description': 'Generate the Axint project-start pack for a new Apple app without writing files. Returns .mcp.json, AGENTS.md, CLAUDE.md, .axint/AXINT_MEMORY.md, .axint/project.json, and .axint/README.md so an Xcode/Codex/Claude agent can install the... Use: use to bootstrap an Apple project with Axint instructions; not to inspect an existing project. Effects: read-only generated file pack; writes no files and uses no network.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 298.8ms; conformance: pass
How to connect
https://mcp.axint.ai/mcp
curl -X POST https://mcp.axint.ai/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'