OpenAPI → agent-ready tools

Know whether your API is ready for agents.

Check whether your API is ready for AI agents, then compile one OpenAPI document into portable tool schemas, a readiness score, risk labels, and a review checklist your team can act on.

No production credentials required. Start with a sanitized spec.

One evidence-backed request returns

How It Works

From API spec to reviewable agent tools.

Alinafe is a focused compiler and linter—not an agent runtime. You keep control of hosting, authentication, and execution.

01

Send Your Spec

Post an OpenAPI document or a simple endpoint list. No live credentials or production access needed.

02

Inspect the Risk Map

See weak descriptions, ambiguous inputs, and read, write, sensitive, or destructive operations.

03

Ship the Contracts

Use the generated schemas in your own MCP server, function-calling client, docs, or review workflow.

Real Output, Not a Mockup

See what Alinafe finds before an agent does.

The example uses the repository’s bundled billing API spec. The values shown here come from the shipped compiler: 3 operations, a 100/A score, and 1 sensitive write that requires confirmation.

  • Stable, concise tool names
  • JSON Schema inputs with required fields
  • Read-only, destructive, and idempotency hints
  • Portable MCP and function-tool payloads
View the complete request and response Read the OpenAPI to MCP conversion guide
RequestPOST /v1/compile
curl https://alinafe.net/v1/compile \
  -H "x-alinafe-key: ak_live_…" \
  -H "content-type: application/json" \
  -d @openapi.json
Response shapeapplication/json
{
  "readiness": { "score": 100, "grade": "A" },
  "mcp": { "tools": [ /* 3 contracts */ ] },
  "functionTools": { "responses": [ /* … */ ] },
  "agentExperience": { "riskBreakdown": { /* … */ } }
}

Built for the review step

Useful when your API works—but agents still need guardrails.

API Maintainers

Catch agent-facing contract gaps before publishing a new integration.

AI Tool Builders

Generate portable schemas without hand-writing every tool definition.

Platform Teams

Review risky operations and approval boundaries before connecting clients.

Simple Beta Pricing

Choose software or human review—not a mystery tier.

No seat pricing, feature theater, or pretend enterprise plan.

Explore the sample

Free

Inspect a real compiled example and learn the API shape before paying.

See Sample Output

Founding review

$249 flat

A human review of one sanitized spec, a risk map, prioritized findings, and a 30-minute call.

Request a Review

Straight Answers

What Alinafe is—and is not.

Does Alinafe run an MCP server for me?

No. Alinafe returns portable contracts and review guidance. You host and operate the runtime.

Does Alinafe call my production API?

No. It analyzes the document you send. Use a sanitized OpenAPI file and never submit live credentials.

What counts as a unit?

A compile request uses 5 units and a score request uses 1. Pro Beta includes 10,000 units each month.