← gabrielgusmao.com

INDIVIDUAL MCP TOOL

get_share_links

Return ready-to-use share links (X/Twitter, LinkedIn) plus the canonical link and suggested text for a page on Gabriel S.

gabrielgusmao.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.gabrielgusmao.com/mcp

No auth detected

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

Indexed 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 server

gabrielgusmao.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.gabriel-s-gusmao]
url = "https://www.gabrielgusmao.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "gabriel-s-gusmao": {
      "type": "http",
      "url": "https://www.gabrielgusmao.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "gabriel-s-gusmao": {
      "type": "http",
      "url": "https://www.gabrielgusmao.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "gabriel-s-gusmao",
  "transport": "streamable-http",
  "url": "https://www.gabrielgusmao.com/mcp"
}
MCP Inspector

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

Related tools

  • get_bio — Return the professional biography of Gabriel S.
  • list_playgrounds — List Gabriel's interactive, browser-based scientific-ML playgrounds (name, url, summary).
  • list_publications — List selected publications by Gabriel S.
  • get_profiles — Return links to Gabriel's website and academic/professional profiles (Scholar, ORCID, GitHub, LinkedIn).
  • get_expertise — Return Gabriel S.
  • how_to_cite — Return the preferred attribution string when referencing Gabriel's work or this content.