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 endpoint
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.portfolio-mcp]
url = "https://mmatinca.eu/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"portfolio-mcp": {
"type": "http",
"url": "https://mmatinca.eu/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: portfolio-mcp
Remote MCP URL: https://mmatinca.eu/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": {
"portfolio-mcp": {
"url": "https://mmatinca.eu/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"portfolio-mcp": {
"type": "http",
"url": "https://mmatinca.eu/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "portfolio-mcp",
"transport": "streamable-http",
"url": "https://mmatinca.eu/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
portfolio_list_projects— All projects by Marian Matinca (AI Adoption Lead, Bucharest): id, title, category, one-line result, tags, live site.portfolio_get_project— One project by id: the problem it solves, the outcome, the long description (markdown, with relevant links — live site, GitHub where open source) and the list of technical details.portfolio_get_blog_post— The full content (markdown) of one article by slug.portfolio_get_profile— Who Marian Matinca is: career history (roles at Weco-Travel Romania), certifications and the measurable results of his projects.portfolio_search— Single entry point: full-text search across projects, blog articles, experience, certifications and measurable results.