← techmarketing.agency

INDIVIDUAL MCP TOOL

list_sites

List all available sites that can be queried

techmarketing.agencynone 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

techmarketing.agency

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

.mcp.json

{
  "mcpServers": {
    "techmarketing-agency": {
      "type": "http",
      "url": "https://ai.techmarketing.agency/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "techmarketing-agency",
  "transport": "streamable-http",
  "url": "https://ai.techmarketing.agency/mcp"
}
MCP Inspector

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

Related tools

  • ask — Query NLWeb to search and analyze information from configured data sources
  • who — Find the most relevant sites to answer a query by asking the who endpoint