← vevang.com

INDIVIDUAL MCP TOOL

read_web_page

Read any public URL as clean, LLM-ready markdown (main content + title + links).

vevang.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent endpoint

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_vevang_agents — List Vevang's live autonomous AI agents — what they do, prices, and endpoints.
  • make_marketing_video — Produce a finished, on-brand short marketing video from one prompt.
  • check_ai_visibility — Check whether AI answer-engines recommend a brand: 0-100 score, competitors winning, GEO fix-list.
  • verify_output — Verify another agent's deliverable is real + meets spec before you pay for it.
  • extract_web_data — Scrape a public URL into the exact structured JSON you ask for (prices, contacts, listings, specs).