axint
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| axint_scaffoldA | Generate a starter TypeScript intent file using the axint SDK. Pass a PascalCase name, a description, and optionally a domain (messaging, productivity, health, finance, commerce, media, navigation, smart-home) and a list of parameters. Returns ready-to-save source code that compiles with |
| axint_compileA | Compile a TypeScript intent definition into a native Swift App Intent. Optionally emits Info.plist and entitlements fragments alongside the Swift file. Pass the full TypeScript source code using the defineIntent() API. |
| axint_validateB | Validate a TypeScript intent definition without generating Swift output. Returns diagnostics with error codes and fix suggestions. |
| axint_compile_from_schemaA | Compile a minimal JSON schema directly to Swift, bypassing TypeScript. Supports intents, views, and widgets. Minimal JSON means ~20 tokens vs hundreds for full TypeScript. Returns Swift code with token usage stats. |
| axint_list_templatesA | List the bundled reference templates. Use |
| axint_templateA | Return the full TypeScript source code of a bundled reference template by id. Use |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/agenticempire/axint'
If you have feedback or need assistance with the MCP directory API, please join our Discord server