agentai
Installation
SKILL.md
agent.ai Actions
What this plugin provides
An MCP server exposing the agent.ai public Actions API (POST https://api-lr.agent.ai/v1/action/<name>, Bearer auth):
- 51 typed tools for the general-purpose endpoints —
grab_web_text,get_search_results,get_google_news,get_linkedin_profile,get_company_object,enrich_person,invoke_llm,generate_image,invoke_agent,rest_call,describe_agent,search(agent discovery), and the rest of the data-retrieval / social / business-data / outputs / workflow set. list_actions{category?}— browse the full 185-action catalog (29 categories); marks Builder-UI-only actions.describe_action{action_type}— label, category, inputs, endpoint, and full input JSON schema.invoke_action{action_type, inputs, output_variable_name?}— call ANY public action, including the agent-pack pipelines (Company Research v2, Meeting Prep, Prospect Research, Content Marketing Team, HubSpot v2, ...) that don't have a dedicated typed tool.
Setup
Requires AGENTAI_API_KEY in the environment before Claude Code starts. Get a key at agent.ai/user/settings#credits. Calls consume agent.ai credits.