Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
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.mteprojet-fr]
url = "https://mteprojet.fr/api/agents/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mteprojet-fr": {
"type": "http",
"url": "https://mteprojet.fr/api/agents/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mteprojet-fr
Remote MCP URL: https://mteprojet.fr/api/agents/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": {
"mteprojet-fr": {
"url": "https://mteprojet.fr/api/agents/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mteprojet-fr": {
"type": "http",
"url": "https://mteprojet.fr/api/agents/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mteprojet-fr",
"transport": "streamable-http",
"url": "https://mteprojet.fr/api/agents/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
cv_component_summary_tools— Read CV summary tools component.cv_component_academic_background— Read CV academic background component.cv_component_professional_experience— Read CV professional experience component.cv_component_formations— Read CV formations component.cv_component_certifications— Read CV certifications component.cv_component_tools— Read CV tools component.cv_search_all— Search across all CV components.cv_create_item— Create one CV item (admin token/session required).