← youspot.com

INDIVIDUAL MCP TOOL

analyze_recent_posts

The raw material for an engagement analysis of the user's most recent LinkedIn posts: per-post stats, a sample of the actual comments left on them (who said what), and the LinkedIn headlines of everyone who engaged.

youspot.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://youspot.com/mcp/v1

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

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/v1"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: connect
Remote MCP URL: https://youspot.com/mcp/v1

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/v1"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "connect",
  "transport": "streamable-http",
  "url": "https://youspot.com/mcp/v1"
}
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.