Skip to content

jaxnoth/iwu-api-readiness

v0.1.0Apache-2.0

OpenAPI agent-readiness scan and Postman bootstrap from API doc sites (spec, collection, environment) via minimal MCP.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

postmanstreamable-http
{
  "type": "streamable-http",
  "url": "https://mcp.postman.com/minimal",
  "headers": {
    "Authorization": "Bearer ${POSTMAN_API_KEY}"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "iwu-api-readiness",
  "version": "0.1.0",
  "description": "OpenAPI agent-readiness scan and Postman bootstrap from API doc sites (spec, collection, environment) via minimal MCP.",
  "author": {
    "name": "IWU Metra pilot",
    "url": "https://github.com/agentplugins/agent-plugins-spec"
  },
  "homepage": "https://agent-plugins.org",
  "keywords": [
    "openapi",
    "agent-ready",
    "api-readiness",
    "postman",
    "mcp"
  ],
  "license": "Apache-2.0"
}