Atmatic.ai
Why Atmatic Studio?Pricing
Open Source · Apache 2.0

Deterministic tools
for AI agents.

LLMs think. Agent Tools executes. A typed, audited toolbelt of 100+ functions across 16 categories — runnable from any model, any runtime, any cloud.

View on GitHubBrowse all tools
agent.ts
// One import. 100+ tools. Zero glue code.
import { tools } from "@atmatic/agent-tools";

const invoice = await tools.docextract({
  file: "./bill.pdf",
  schema: invoiceSchema,
});

await tools.google_sheets.append({ rows: [invoice] });
await tools.slack.notify(#finance, `Booked $${invoice.total}`);
100+
Tools
16
Categories
Typed
JSON Schema I/O
Apache 2.0
License

The Gap Between Thinking and Doing

Complete Data Isolation

No external APIs, no data leakage. All processing runs locally within your infrastructure with zero network calls.

Deterministic & Auditable

Repeatable results every time. Full audit trails for compliance, debugging, and reproducible agent behavior.

Air-Gapped Capable

Works completely offline. Perfect for secure environments, classified networks, and disconnected operations.

16 Categories. 100+ Tools. One Platform.

JSON Studio

Parse, validate, transform, and query JSON data with JSONPath support

CSV Viewer

Read, write, filter, and convert CSV files with schema inference

PDF Toolkit

Extract text, merge, split, and manipulate PDF documents

XML Studio

Parse, validate, transform XML with XPath and XSLT support

Excel Viewer

Read, write, and manipulate Excel workbooks and sheets

Image Toolkit

Resize, crop, convert, and extract metadata from images

Markdown Studio

Parse, render, and convert Markdown to various formats

Archive Manager

Compress and extract ZIP, TAR, GZIP, and other archive formats

Regex Tester

Test, debug, and execute regular expressions with explanations

Diff & Patch

Compare files, generate diffs, and apply patches

SQL Studio

Query in-memory data using SQL syntax with JOIN support

Crypto & Encoding

Hash, encrypt, encode, and decode data securely

Date/Time Tools

Parse, format, calculate, and convert dates and timezones

Text Utilities

Transform, clean, split, and analyze text content

Math Utilities

Evaluate expressions, statistics, and numerical operations

Color Utilities

Convert, blend, and generate color palettes across formats

Multiple Integration Options

MCP Server

Model Context Protocol

Native integration with Claude Desktop and Claude Code for seamless tool access directly in your AI workflows.

A2A Protocol

Agent-to-Agent

Enable agent-to-agent communication with Google's A2A protocol for multi-agent orchestration and delegation.

REST API

Direct HTTP Access

Standard RESTful endpoints for direct integration with any application, framework, or custom agent system.

Deploy Anywhere. Your Infrastructure. Your Control.

$ docker-compose up
DockerKubernetesAWS ECSLocal Dev

Ready to give your agents execution power?

View on GitHubRead Documentation

© 2026 MindGryd Software Private Limited. All rights reserved.

Privacy PolicyTerms of ServiceHome