← algeriacertify.com
INDIVIDUAL MCP TOOL
list_specialties
List the certification programs / specialties available on AlgeriaCertify, with how many people are certified in each.
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.algeriacertify-com]
url = "https://www.algeriacertify.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"algeriacertify-com": {
"type": "http",
"url": "https://www.algeriacertify.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: algeriacertify-com
Remote MCP URL: https://www.algeriacertify.com/api/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": {
"algeriacertify-com": {
"url": "https://www.algeriacertify.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"algeriacertify-com": {
"type": "http",
"url": "https://www.algeriacertify.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "algeriacertify-com",
"transport": "streamable-http",
"url": "https://www.algeriacertify.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
verify_certificate— Verify an Algerian digital certificate by its code or token.search_certified_talent— Find certified professionals in Algeria for recruitment, filtered by keyword, specialty, wilaya and open-to-work status.match_talent_to_job— Recruitment matchmaker: given a job description or a list of required skills (plus optional specialty/wilaya), returns the best-matching certified professionals in Algeria, ranked by skill overlap, trust score and availability.get_talent_profile— Get a certified person's public profile by username/slug: headline, bio, years of experience, verified certifications and CV link.list_institutions— List accredited training institutions on AlgeriaCertify and how many active certificates each has issued.platform_stats— Trust statistics of the AlgeriaCertify portal: number of active verified certificates, public talents and accredited institutions.