Skip to content

onstartups/agentai

v1.0.0MIT

agent.ai public Actions API as MCP tools: 51 typed endpoints (web/search/social/company data, LLM/image/audio generation, agent discovery and invocation) plus catalog-driven invoke_action, list_actions, and describe_action covering all 170+ public actions. Requires AGENTAI_API_KEY.

MCP servers

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

agentaistdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/server/dist/index.js"
  ]
}

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": "agentai",
  "version": "1.0.0",
  "description": "agent.ai public Actions API as MCP tools: 51 typed endpoints (web/search/social/company data, LLM/image/audio generation, agent discovery and invocation) plus catalog-driven invoke_action, list_actions, and describe_action covering all 170+ public actions. Requires AGENTAI_API_KEY.",
  "author": {
    "name": "Builder.org",
    "url": "https://github.com/OnStartups/builder-plugins"
  },
  "repository": "https://github.com/OnStartups/builder-plugins",
  "license": "MIT",
  "keywords": [
    "agent.ai",
    "mcp",
    "enrichment",
    "scraping",
    "linkedin",
    "actions-api"
  ],
  "extensions": {
    "com.anthropic.claude-code": {
      "displayName": "agent.ai Actions",
      "defaultEnabled": true
    }
  },
  "homepage": "https://github.com/OnStartups/builder-plugins"
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.anthropic.claude-code