← youspot.com

INDIVIDUAL MCP TOOL

read_web_page

Fetch and read the content of one public web page by URL — use when the user asks what a page or article says, or you need to read a prospect's or company's own site before a conversation.

youspot.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://youspot.com/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • what_needs_attention — What this user should deal with right now, computed from their sent mail, their calendar and their LinkedIn export: people who went quiet after real correspondence, people they are meeting this week, who they write to most, invitations nobody answered, and the shape of their network.
  • linear_completed_issues — The Linear issues completed in one Monday-to-Sunday week (Eastern time), last week by default, that have not been announced in a changelog and do not carry the no-changelog label.
  • changelog_save_draft — Save the week's changelog draft for an editor to review and publish.
  • research_company — Research one specific company in depth — the same engine behind the CompanyResearch.ai app.
  • company_signals — Recent news and hiring movement for companies the user already knows, several at once, split into what is new since the last check and what was already reported.
  • get_domain_info — Look up the public registration (WHOIS) record for a website domain: who registered it, which registrar holds it, when it was created and last updated, when it expires, its nameservers, and its registry status codes.
  • get_domain_value — Estimate what a domain name is worth (the /domainvalue appraisal): an estimated market value in dollars with the signals behind it — comparable sales, marketplace listings, an appraisal model, SEO data.
  • send_email — Send an email to the signed-in user at their own account email address.