Analytics
mmatinca.eu
Monitors a trip over time, providing decision support, change deltas, silence audits, and filtered updates.
ENDPOINT 1
https://travel-trends.mmatinca.eu/mcp/v1
MCP server metadata
- Name
- travel-trends-public
- Version
- 1.27.2
Known tools 8
assess_tripAssess one trip: current disruption status for its destinations and dates.
Inferred read-onlyget_trip_updates_sinceThe watched-trip updates log filtered to entries AFTER `since`.
Inferred read-onlycountry_briefingGet today's published daily briefing, pre-formatted for end users.
Inferred read-onlycountry_tourism_profileTourism profile for one EU-27 country — a decade of Eurostat data.
Inferred read-onlyCONNECT 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.travel-trends-public]
url = "https://travel-trends.mmatinca.eu/mcp/v1"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"travel-trends-public": {
"type": "http",
"url": "https://travel-trends.mmatinca.eu/mcp/v1"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: travel-trends-public
Remote MCP URL: https://travel-trends.mmatinca.eu/mcp/v1
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": {
"travel-trends-public": {
"url": "https://travel-trends.mmatinca.eu/mcp/v1"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"travel-trends-public": {
"type": "http",
"url": "https://travel-trends.mmatinca.eu/mcp/v1"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "travel-trends-public",
"transport": "streamable-http",
"url": "https://travel-trends.mmatinca.eu/mcp/v1"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://mmatinca.eu/mcp
MCP server metadata
- Name
- portfolio-mcp
- Version
- 0.2.0
Known tools 6
portfolio_list_projectsAll projects by Marian Matinca (AI Adoption Lead, Bucharest): id, title, category, one-line result, tags, live site.
Inferred read-onlyportfolio_get_projectOne 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.
Inferred read-onlyportfolio_list_blog_postsArticles published on the mmatinca.eu blog (enterprise AI adoption, automation, lessons from practice), newest first: slug, title, excerpt, date.
Inferred read-onlyportfolio_get_profileWho Marian Matinca is: career history (roles at Weco-Travel Romania), certifications and the measurable results of his projects.
Inferred read-onlyportfolio_searchSingle entry point: full-text search across projects, blog articles, experience, certifications and measurable results.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for mmatinca.eu was fetched 2026-08-04T00:44:18.148Z and is being refreshed.
mmatinca.eu is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.