MCP server · Happyrobot
happyrobot-mcp.yml
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
⚠ Proposed MCP surface. No official hosted MCP server was found for Happyrobot. The tools below are a candidate set derived from this provider's API, and the link points at the source descriptor rather than a live server. If Happyrobot publishes an official server, this page will update to it on the next build.
Descriptor
Candidate descriptor · transport
Tools
setup— Configure your API key at runtime.create_workflow— Create a workflow from scratch, template, or inline nodes.fix_broken_vars— Diagnose and fix broken variable references.list_workflows— Search and list workflows with pagination.get_workflow_details— Inspect workflow config, versions, and nodes.update_workflow_nodes— Add, update, or delete nodes in a version.manage_versions— Fork, publish, unpublish, lock, unlock versions.trigger_run— Trigger a workflow run with payload.monitor_runs— List runs, view sessions, recordings, manage annotations.manage_variables— CRUD workflow-scoped environment variables.manage_phone_numbers— List, purchase, update, and delete phone numbers.list_integrations— Search integrations, events, and fetch integration resources (Slack channels, Google Sheets, etc.).get_available_variables— Get upstream variables available to a node.get_node_config_schema— Get the configuration schema for a node's event.manage_workflow— Cancel runs, update metadata/settings, delete, duplicate.manage_sip_trunks— List, create, update, and delete SIP trunks.browse_workflows— Browse workflow folders and explore folder hierarchy.test_workflow— Test workflow versions — run all node tests or test a single node.manage_mcp_servers— List, create, and refresh MCP server connections.manage_credentials— List and create credentials for integrations.fix_prompt_issues— Fetch prompt quality issues and get LLM guidance on fixing them.manage_northstars— Manage northstar success criteria for evaluating prompt nodes.manage_custom_evals— Manage custom eval tests (expected responses, tool calls) for prompt nodes.manage_adversarial_tests— Manage adversarial (red-team) tests for agent nodes.manage_adversarial_suites— Manage batched adversarial test suites for agent nodes.get_node_details— Fetch full configuration details of a single workflow node.setup— Configure your API key at runtime.get_schema— List all tables and views with columns, types, and primary keys.get_table_data— Fetch rows from a table with pagination.create_table— Create a new table with typed columns.execute_sql— Run arbitrary SQL (SELECT, INSERT, UPDATE, DELETE, DDL).insert_row— Insert a single row into a table.update_row— Update rows matching a WHERE clause.delete_rows— Delete rows from a table by primary key.drop_table— Drop a table permanently.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.