← transmitterstudios.com

INDIVIDUAL MCP TOOL

list_projects

Return ordered public summaries for Transmitter Studios priority projects and services.

transmitterstudios.comnone authenticationAvailability not checked

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 endpoint

transmitterstudios.com

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.transmitterstudios-com]
url = "https://mcp.transmitterstudios.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "transmitterstudios-com": {
      "type": "http",
      "url": "https://mcp.transmitterstudios.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: transmitterstudios-com
Remote MCP URL: https://mcp.transmitterstudios.com/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": {
    "transmitterstudios-com": {
      "url": "https://mcp.transmitterstudios.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "transmitterstudios-com",
  "transport": "streamable-http",
  "url": "https://mcp.transmitterstudios.com/mcp"
}
MCP Inspector

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

Related tools

  • get_project — Return full public metadata for one project, service, or case study.
  • route_intent — Map an agent or user intent to the best Transmitter Studios project or service.
  • get_priority_order — Return the canonical project priority ranking.
  • get_company_profile — Return public Transmitter Studios positioning, credibility, services, and contact paths.
  • get_agent_surface — Return public agents.txt, llms.txt, sitemap, and canonical URLs for a project.
  • get_batcat_provenance_case — Explain why BatCat Attacks is interesting as an IP provenance, x402, and agent-wallet case study.
  • get_contact_paths — Return public booking, email, and product-specific contact paths.