Content Tools
felipetavares.dev
Provides access to Felipe Tavares' CV, profile, projects, and website content via search and markdown retrieval.
ENDPOINT 1
https://mcp.felipetavares.dev/mcp
MCP server metadata
- Name
- felipetavares-mcp
- Version
- 0.1.0
Known tools 8
get_cvReturns Felipe Tavares' CV as a JSON Resume document (jsonresume.org schema: basics, work history, education, skills, languages, certificates).
Inferred read-onlyget_profileReturns 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-onlysearch_contentFull-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-onlyget_pageReturns the clean markdown content of one page on felipetavares.dev, identical to that page's markdown twin (e.g.
Inferred read-onlylist_projectsLists every project on felipetavares.dev with its metadata (slug, title, tagline, status ("active" | "archived" | "incubating"), tech stack, repo/live links).
Inferred read-onlylist_articlesLists every published article on felipetavares.dev, most recent first (slug, title, description, tags, publish/update dates, reading time).
Potential side effectsask_felipeAsks 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-onlyleave_messageSends 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 effectsCONNECT 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
MCP server metadata
- Name
- WebMCP
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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.