Back to catalog
AgentDeveloper ToolsOfficial

API Cartographer

A subagent that maps a REST API and scaffolds an MCP server for it end to end.

#subagent#openapi#integration#mcp

Install

With the Zana CLI
$ zana add api-cartographer

1 files. Read them here, or pull the folder without the CLI.

Copy the folder
$ npx degit aminitech/amini-zana/catalog/agents/api-cartographer api-cartographer

No clone, no history. Just this folder.

Sparse checkout (private repos, uses your git auth)
$ git clone --depth 1 --filter=blob:none --sparse https://github.com/aminitech/amini-zana.git && cd amini-zana && git sparse-checkout set catalog/agents/api-cartographer
Single file (amini.yaml)
$ curl -sL https://raw.githubusercontent.com/aminitech/amini-zana/main/catalog/agents/api-cartographer/amini.yaml
amini.yaml
schemaVersion: 1
slug: api-cartographer
name: API Cartographer
kind: agent
category: developer-tools
tags: [subagent, openapi, integration, mcp]
summary: A subagent that maps a REST API and scaffolds an MCP server for it end to end.
description: |
  A pre-configured subagent that explores an OpenAPI spec or live API, proposes the
  right MCP tool surface, then drives the OpenAPI → FastMCP tool to generate and test
  a server. Pairs with the `openapi-to-fastmcp` tool.
author:
  name: Amini
  handle: amini
  location:
    city: Bridgetown
    country: Barbados
    countryCode: BB
runtime: none
install:
  type: skill-copy
  package: catalog/agents/api-cartographer
links:
  docs: https://zana.build/agents/api-cartographer
flags:
  official: true
  verified: false

About

A pre-configured subagent that explores an OpenAPI spec or live API, proposes the right MCP tool surface, then drives the OpenAPI → FastMCP tool to generate and test a server. Pairs with the `openapi-to-fastmcp` tool.

docs
Author

Amini · Bridgetown, Barbados

Related in Developer Tools