← Registry

API Tools

signalharness.ai

An MCP server that lists, retrieves, and invokes public SignalHarness machine-invokable services.

x402 supported1 endpoint3 known toolsFirst detected September 21, 2026Last detected September 21, 2026

ENDPOINT 1

https://signalharness.ai/api/agent/services/mcp

No auth detected

MCP server metadata

Name
signalharness-x402-service-factory
Version
1.0.0
Capabilities
tools
Server instructions

Use list_services and get_service freely. invoke_service performs at most one factory invocation and never retries payment automatically.

Known tools 3

list_services

List public SignalHarness machine-invokable services.

Inferred read-only
get_service

Get one public service by its exact service_id.

Inferred read-only
invoke_service

Invoke one public service.

Inferred read-only

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.signalharness-x402-service-factory]
url = "https://signalharness.ai/api/agent/services/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "signalharness-x402-service-factory": {
      "type": "http",
      "url": "https://signalharness.ai/api/agent/services/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: signalharness-x402-service-factory
Remote MCP URL: https://signalharness.ai/api/agent/services/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": {
    "signalharness-x402-service-factory": {
      "url": "https://signalharness.ai/api/agent/services/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "signalharness-x402-service-factory": {
      "type": "http",
      "url": "https://signalharness.ai/api/agent/services/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "signalharness-x402-service-factory",
  "transport": "streamable-http",
  "url": "https://signalharness.ai/api/agent/services/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.