← expanso.io

INDIVIDUAL MCP TOOL

generate_test_data

Generate sample input data for testing a pipeline.

expanso.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.expanso.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for generate_test_data and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

expanso.io

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.expanso-mcp-server]
url = "https://mcp.expanso.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "expanso-mcp-server": {
      "type": "http",
      "url": "https://mcp.expanso.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: expanso-mcp-server
Remote MCP URL: https://mcp.expanso.io/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "expanso-mcp-server": {
      "url": "https://mcp.expanso.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "expanso-mcp-server": {
      "type": "http",
      "url": "https://mcp.expanso.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "expanso-mcp-server",
  "transport": "streamable-http",
  "url": "https://mcp.expanso.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_docs — Search Expanso documentation using semantic search.
  • get_resource — Retrieve the full content of a documentation resource by its URI.
  • list_resources — List all available documentation resources across Expanso domains.
  • validate_pipeline — Validate an Expanso pipeline YAML configuration.
  • get_component_schema — Get the schema for an Expanso pipeline component including field definitions, types, defaults, and examples.
  • get_bloblang_reference — Get Bloblang function and method reference for writing data transformations.
  • suggest_pipeline_pattern — Get pipeline pattern suggestions based on a natural language use case description.
  • explain_error — Get detailed explanation and fix suggestions for a pipeline validation or runtime error.