Productivity
algeriacertify.com
Provides tools to verify certifications, search for certified talent, and match professionals to jobs in Algeria.
ENDPOINT 1
https://www.algeriacertify.com/api/mcp
MCP server metadata
- Name
- algeriacertify
- Version
- 1.0.0
AlgeriaCertify is Algeria's digital certificate verification & talent portal (holder of the Innovative Project label No. 13032522059 issued by the National Labelling Committee). Tools: verify_certificate validates a certificate by code (e.g. AC-2026-EYP8U4 or an ACVP-... token); search_certified_talent finds verified professionals (filter by keyword, specialty, wilaya, open_to_work); match_talent_to_job ranks the best certified candidates for a job description or skill list — use it for recruitment; get_talent_profile reads a person's public profile + credentials; list_specialties and list_institutions discover available programs and issuing institutions; platform_stats gives trust figures. All tools are read-only.
Known tools 7
search_certified_talentFind certified professionals in Algeria for recruitment, filtered by keyword, specialty, wilaya and open-to-work status.
Inferred read-onlymatch_talent_to_jobRecruitment 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.
Inferred read-onlyget_talent_profileGet a certified person's public profile by username/slug: headline, bio, years of experience, verified certifications and CV link.
Inferred read-onlylist_specialtiesList the certification programs / specialties available on AlgeriaCertify, with how many people are certified in each.
Inferred read-onlylist_institutionsList accredited training institutions on AlgeriaCertify and how many active certificates each has issued.
Inferred read-onlyplatform_statsTrust statistics of the AlgeriaCertify portal: number of active verified certificates, public talents and accredited institutions.
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.algeriacertify]
url = "https://www.algeriacertify.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"algeriacertify": {
"type": "http",
"url": "https://www.algeriacertify.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: algeriacertify
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": {
"url": "https://www.algeriacertify.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"algeriacertify": {
"type": "http",
"url": "https://www.algeriacertify.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "algeriacertify",
"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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for algeriacertify.com was fetched 2026-07-31T08:44:37.262Z and is being refreshed.
algeriacertify.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.