INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://mcp.felipetavares.dev/mcp
Connect to this endpoint to inspect the live schema for leave_message 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 suggests sending messages.
Parent server
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.
Related tools
get_cv— Returns Felipe Tavares' CV as a JSON Resume document (jsonresume.org schema: basics, work history, education, skills, languages, certificates).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).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.get_page— Returns the clean markdown content of one page on felipetavares.dev, identical to that page's markdown twin (e.g.list_projects— Lists every project on felipetavares.dev with its metadata (slug, title, tagline, status ("active" | "archived" | "incubating"), tech stack, repo/live links).list_articles— Lists every published article on felipetavares.dev, most recent first (slug, title, description, tags, publish/update dates, reading time).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.