← Registry

General Tools

andreitf.co

MCP server that exposes approved public profile, CV, and project information for Coderockr, Orca V2, and Pi.

1 endpoint3 known toolsFirst detected September 13, 2026Last detected September 13, 2026

ENDPOINT 1

https://andreitf.co/mcp

No auth detected

MCP server metadata

Name
andrei-public-profile
Version
1.0.0
Capabilities
resources.listChangedtools.listChanged
Server instructions

Read Andrei Ferreira public profile, CV, work, project and note information. This server has no write operations.

Known tools 3

get_profile

Return the approved public profile in one locale.

Inferred read-only
get_cv

Return the approved public CV PDF link.

Inferred read-only
get_work

Return approved Coderockr, Orca V2 or Pi project data.

Inferred read-only

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.andrei-public-profile]
url = "https://andreitf.co/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "andrei-public-profile": {
      "type": "http",
      "url": "https://andreitf.co/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: andrei-public-profile
Remote MCP URL: https://andreitf.co/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": {
    "andrei-public-profile": {
      "url": "https://andreitf.co/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "andrei-public-profile": {
      "type": "http",
      "url": "https://andreitf.co/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "andrei-public-profile",
  "transport": "streamable-http",
  "url": "https://andreitf.co/mcp"
}
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.