Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

agenticempire/axint MCP server](https://glama.ai/mcp/servers/agenticempire/axint/badges/score.svg)](https://glama.ai/mcp/servers/agenticempire/axint) πŸ“‡ 🏠 - Apple-native execution layer for AI agents.

README.md

<p align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="docs/assets/mark-dark.svg" /> <img src="docs/assets/mark.svg" alt="Axint mark" width="52" height="52" valign="middle" /> </picture> &nbsp; <picture> <source media="(prefers-color-scheme: dark)" srcset="docs/assets/wordmark-dark.svg" /> <img src="docs/assets/wordmark.svg" alt="Axint" height="32" valign="middle" /> </picture> </p>

<h1 align="center">Agents can write Swift. Axint makes them prove it.</h1>

<p align="center"> <strong>The proof and repair layer for Apple coding agents.</strong> </p>

<p align="center"> Axint checks the Swift your agent wrote, runs the real Xcode build and tests,<br /> reconciles findings with Apple tooling, and returns signed proof with the exact repairs to make next.<br /> <strong>No project rewrite. No source upload.</strong> </p>

<p align="center"> <a href="https://www.npmjs.com/package/@axint/compiler"><img src="https://img.shields.io/npm/v/@axint/compiler?color=f05138&label=npm" alt="npm package" /></a> <a href="https://www.npmjs.com/package/@axint/compiler"><img src="https://img.shields.io/npm/dm/@axint/compiler?color=2f3431&label=downloads" alt="monthly npm downloads" /></a> <a href="https://pypi.org/project/axint/"><img src="https://img.shields.io/pypi/v/axint?color=3775a9&label=PyPI" alt="PyPI package" /></a> <a href="https://github.com/agenticempire/axint/actions/workflows/ci.yml"><img src="https://github.com/agenticempire/axint/actions/workflows/ci.yml/badge.svg" alt="continuous integration" /></a> <a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache%202.0-2f3431" alt="Apache 2.0 license" /></a> </p>

<p align="center"> <a href="#prove-an-existing-project"><strong>Prove a project</strong></a> Β· <a href="https://axint.ai/cloud/preview">Try Cloud Preview</a> Β· <a href="#connect-your-agent">Connect an agent</a> Β· <a href="https://docs.axint.ai">Docs</a> Β· <a href="https://github.com/agenticempire/axint-examples">Examples</a> Β· <a href="#contribute">Contribute</a> </p>

<p align="center"> <img src="media/intro.gif" alt="Axint discovers an Apple project, checks Swift, runs Xcode proof, reconciles findings, and produces a signed source-free receipt" width="960" /> </p>

<p align="center"><sub>Local by default. Open source. Ordinary Swift.</sub></p>

A plausible patch is not proof.

Apple software is a graph of contracts. SwiftUI state, App Intents, Siri and Shortcuts metadata, widgets, entitlements, privacy declarations, concurrency, build settings, tests, and runtime behavior all have to agree. Code that looks right can still fail to compile, miss an interaction, or violate a platform contract.

Axint puts static analysis and Apple tooling into one repair loop. Static checks identify leads; Xcode build and test output can confirm, contextualize, or suppress them. The result stays compact enough for the next agent turn while full logs and artifacts remain on disk.

| Evidence class | What it means | | --- | --- | | Confirmed | Deterministic analysis or matching compiler, build, or test evidence supports the finding. | | Probable | Strong static evidence identifies a likely problem, but decisive Apple-tooling evidence is incomplete. | | Advisory | A heuristic identifies a quality, accessibility, privacy, interaction, design, or runtime concern for review. | | Suppressed | Stronger evidence or a project-local review contradicts the finding; it remains in the receipt without blocking the result. |

Prove an existing project

npx -y -p @axint/compiler axint prove --dir /path/to/MyApp

Axint discovers the Xcode project and scheme, checks existing Swift, runs the available build and tests, reconciles the findings, and writes proof under .axint/proof.

The default local run requires no account or configuration. It does not change Swift, upload source, install project instructions, install memory or MCP configuration, apply fixes, or rewrite the project.

When a failure needs another turn, Axint returns a Fix Packet: a compact repair artifact with the finding, likely files, exact next action, and rerun command. It also writes a source-free receipt: a signed proof file containing evidence, results, hashes, and repair information without project source.

axint prove --dir /path/to/MyApp --fix
axint receipt verify /path/to/MyApp/.axint/proof/latest.proof.json

--fix opts into supported deterministic rewrites and reruns the proof loop. Receipt verification checks payload integrity and the embedded Ed25519 signer. A locally signed receipt does not establish an externally trusted identity unless CI or the receiving team pins the signer fingerprint or a managed signing key.

One proof contract

Generate, Check, Run, Team, and Cloud are different entry points into the same contract: verdict, evidence, findings, next actions, and artifact paths.

| Mode | Role in the proof loop | | --- | --- | | Check | Validate generated or existing Swift with evidence-aware diagnostics and appropriate abstention. | | Run | Orchestrate resumable build, test, runtime, and .xcresult evidence on a local or your own Mac runner. | | Generate | Compile smaller contracts into inspectable App Intents, SwiftUI views, widgets, Live Activities, app shells, metadata, and tests. | | Team | Preserve project context, sessions, file claims, repair packets, and handoffs across agents. | | Cloud | Run hosted checks and preserve shared proof history when local Apple tooling is unavailable. |

Generate when it helps

Generation is optional for existing projects. When a feature is easier to describe as a smaller contract, Axint can emit ordinary Swift and the companion metadata required by the selected Apple surface.

import { defineIntent, param } from "@axint/compiler";

export default defineIntent({
  name: "CreateCalendarEvent",
  title: "Create Calendar Event",
  description: "Creates a calendar event for the user.",
  domain: "productivity",
  params: {
    title: param.string("Event title"),
    date: param.date("Event date"),
    duration: param.duration("Event duration"),
    location: param.string("Location", { required: false }),
  },
  perform: async ({ title, date }) => ({
    success: true,
    message: `Created ${title} on ${date}`,
  }),
});
axint compile create-calendar-event.ts --out ios/Intents/

TypeScript, Python, JSON IR, and the experimental .axint authoring surface lower into inspectable Apple-native output. The TypeScript pipeline also supports views, widgets, apps, Live Activities, App Enums, UnionValue schemas, App Shortcuts, and extension scaffolds; see the coverage map for the implementation and proof boundary of each surface.

Connect your agent

Axint ships an MCP server for standards-compatible hosts:

{
  "mcpServers": {
    "axint": {
      "command": "npx",
      "args": ["-y", "-p", "@axint/compiler", "axint-mcp"]
    }
  }
}

Start a fresh tool session, then call axint.status and axint.activate to verify that the server and compiler are connected.

The hosted endpoint at https://mcp.axint.ai/mcp supports both established MCP clients and the current stateless protocol generation. Compatibility is continuously checked with official SDK clients; see the protocol compatibility contract.

<details> <summary><strong>MCP tool and prompt inventory</strong></summary>

Start, recover, and inspect

axint.status Β· axint.activate Β· axint.upgrade Β· axint.doctor Β· axint.session.start Β· axint.context.memory Β· axint.context.docs Β· axint.workflow.check

Generate and discover

axint.feature Β· axint.project.pack Β· axint.project.index Β· axint.project.syncVersion Β· axint.suggest Β· axint.registry.search Β· axint.scaffold Β· axint.compile Β· axint.validate Β· axint.tokens.ingest Β· axint.schema.compile Β· axint.templates.list Β· axint.templates.get

Check and repair

axint.xcode.guard Β· axint.xcode.write Β· axint.fix-packet Β· axint.cloud.check Β· axint.repair Β· axint.feedback.create Β· axint.swift.validate Β· axint.swift.fix

Coordinate and run

axint.agent.install Β· axint.agent.advice Β· axint.agent.claim Β· axint.agent.release Β· axint.run Β· axint.run.status Β· axint.run.cancel

Built-in prompts

axint.quick-start Β· axint.project-start Β· axint.context-recovery Β· axint.create-widget Β· axint.create-intent

</details>

Public proof

Xcode, Swift, Siri, App Intents, Foundation Models, SwiftUI, UIKit, and App Store changes against implemented checks and canaries.

accessibility evidence into a reviewable App Store readiness report.

server's dual-era transport contract and verification path.

  • Architecture explains the compiler, proof, MCP, Python, and runtime boundaries.
  • Release notes record shipped behavior and compatibility changes.
  • Security documents reporting, supported releases, telemetry, and dependency policy.

Ecosystem

| Surface | Use it for | | --- | --- | | npm | CLI, TypeScript SDK, compiler, proof runtime, and MCP server | | PyPI | Native Python authoring, validation, generation, and its focused MCP surface | | Cloud Preview | Explore the remote proof and macOS build workflow from any operating system | | Registry | Discover reusable Apple capability packages | | Examples | Inspect compact App Intent, SwiftUI, and WidgetKit generation examples | | Editor integrations | Connect Xcode, VS Code, Cursor, JetBrains, Neovim, and other hosts |

Contribute

The highest-value contributions improve existing-project precision, Xcode evidence, repair quality, Apple API coverage, and reproducible examples.

Requirements and license

The JavaScript package follows the Node.js engine declared in package.json. Swift generation runs anywhere Node runs. Xcode build, test, simulator, and runtime proof require macOS with a compatible Xcode toolchain.

Axint is Apache-2.0 licensed. Fork it, extend it, and ship with it. The Axint name and visual identity remain protected; see NOTICE and TRADEMARKS.md.

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use AI & ML servers.