← Registry

Content Tools

felipetavares.dev

Provides access to Felipe Tavares' CV, profile, projects, and website content via search and markdown retrieval.

WebMCP2 endpoints8 known toolsFirst detected August 29, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.felipetavares.dev/mcp

No auth detected

MCP server metadata

Name
felipetavares-mcp
Version
0.1.0
Capabilities
tools.listChanged

Known tools 8

get_cv

Returns Felipe Tavares' CV as a JSON Resume document (jsonresume.org schema: basics, work history, education, skills, languages, certificates).

Inferred read-only
get_profile

Returns Felipe Tavares' positioning statement, his 12 domains of expertise (ordered by prominence, each with a one-line blurb), and his public links (LinkedIn, GitHub, etc).

Inferred read-only
search_content

Full-text search over every published page on felipetavares.dev — articles, projects, roles, talks, and site copy — using the same lexical (BM25) index behind the site chatbot.

Inferred read-only
get_page

Returns the clean markdown content of one page on felipetavares.dev, identical to that page's markdown twin (e.g.

Inferred read-only
list_projects

Lists every project on felipetavares.dev with its metadata (slug, title, tagline, status ("active" | "archived" | "incubating"), tech stack, repo/live links).

Inferred read-only
list_articles

Lists every published article on felipetavares.dev, most recent first (slug, title, description, tags, publish/update dates, reading time).

Potential side effects
ask_felipe

Asks a natural-language question about Felipe Tavares — his work, experience, projects, or positioning — and gets back a grounded answer generated from the same retrieval-augmented chatbot that powers the "Ask Felipe's AI" widget on felipetavares.dev.

Inferred read-only
leave_message

Sends a plain-text message to Felipe Tavares on behalf of a human, via email — for when an agent's user wants to reach out (a recruiting conversation, a speaking invitation, feedback) but there's no other contact tool available.

Potential side effects

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

.mcp.json

{
  "mcpServers": {
    "felipetavares-mcp": {
      "type": "http",
      "url": "https://mcp.felipetavares.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "felipetavares-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.felipetavares.dev/mcp"
}
MCP Inspector

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

ENDPOINT 2

https://felipetavares.dev

No auth detected

MCP server metadata

Name
WebMCP
Capabilities
imperative

Known tools 0

No tool metadata was available in the registry cache.

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.webmcp]
url = "https://felipetavares.dev"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "webmcp": {
      "type": "http",
      "url": "https://felipetavares.dev"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: webmcp
Remote MCP URL: https://felipetavares.dev

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": {
    "webmcp": {
      "url": "https://felipetavares.dev"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "webmcp": {
      "type": "http",
      "url": "https://felipetavares.dev"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "webmcp",
  "transport": "streamable-http",
  "url": "https://felipetavares.dev"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.