GoCertius MCP Server
Rank #8,258io.github.g-digital-by-Garrigues/gocertius
MCP server for GoCertius: certified evidence, dossiers, notifications and chats via AI agents.
GoCertius MCP Server is a Model Context Protocol (MCP) server published by g-digital-by-garrigues. It ranks #8,258 of 132,113 servers tracked on MCP Toplist. GoCertius MCP Server is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 29 tracked versions. It was first listed on May 22, 2026 and most recently updated on Sep 8, 2026.
Ranks ahead of 123,855 of 132,113 servers on MCP Toplist.
Use GoCertius MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add gocertius -e "MCP_ALLOW_INSECURE_FILE_URL=<your MCP_ALLOW_INSECURE_FILE_URL>" -e "MCP_ALLOW_UNVERIFIED_BEARER=<your MCP_ALLOW_UNVERIFIED_BEARER>" -e "MCP_ALLOWED_HOSTS=<your MCP_ALLOWED_HOSTS>" -e "MCP_ALLOWED_ORIGINS=<your MCP_ALLOWED_ORIGINS>" -e "MCP_API_BASE_URL=<your MCP_API_BASE_URL>" -e "MCP_AUTH_USER_KEY=<your MCP_AUTH_USER_KEY>" -e "MCP_HTTP_HOST=<your MCP_HTTP_HOST>" -e "MCP_HTTP_MAX_BODY_BYTES=<your MCP_HTTP_MAX_BODY_BYTES>" -e "MCP_HTTP_PUBLIC=<your MCP_HTTP_PUBLIC>" -e "MCP_SVC_CLIENT_ID=<your MCP_SVC_CLIENT_ID>" -e "MCP_SVC_CLIENT_SECRET=<your MCP_SVC_CLIENT_SECRET>" -e "MCP_SVC_INTROSPECT_URL=<your MCP_SVC_INTROSPECT_URL>" -e "PORT=<your PORT>" -- npx -y @g-digital/mcp-gocertiusReplace each placeholder with your own value before saving.
[mcp_servers.gocertius]
command = "npx"
args = ["-y", "@g-digital/mcp-gocertius"]
[mcp_servers.gocertius.env]
MCP_ALLOW_INSECURE_FILE_URL = "<your MCP_ALLOW_INSECURE_FILE_URL>"
MCP_ALLOW_UNVERIFIED_BEARER = "<your MCP_ALLOW_UNVERIFIED_BEARER>"
MCP_ALLOWED_HOSTS = "<your MCP_ALLOWED_HOSTS>"
MCP_ALLOWED_ORIGINS = "<your MCP_ALLOWED_ORIGINS>"
MCP_API_BASE_URL = "<your MCP_API_BASE_URL>"
MCP_AUTH_USER_KEY = "<your MCP_AUTH_USER_KEY>"
MCP_HTTP_HOST = "<your MCP_HTTP_HOST>"
MCP_HTTP_MAX_BODY_BYTES = "<your MCP_HTTP_MAX_BODY_BYTES>"
MCP_HTTP_PUBLIC = "<your MCP_HTTP_PUBLIC>"
MCP_SVC_CLIENT_ID = "<your MCP_SVC_CLIENT_ID>"
MCP_SVC_CLIENT_SECRET = "<your MCP_SVC_CLIENT_SECRET>"
MCP_SVC_INTROSPECT_URL = "<your MCP_SVC_INTROSPECT_URL>"
PORT = "<your PORT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gocertius": {
"command": "npx",
"args": [
"-y",
"@g-digital/mcp-gocertius"
],
"env": {
"MCP_ALLOW_INSECURE_FILE_URL": "<your MCP_ALLOW_INSECURE_FILE_URL>",
"MCP_ALLOW_UNVERIFIED_BEARER": "<your MCP_ALLOW_UNVERIFIED_BEARER>",
"MCP_ALLOWED_HOSTS": "<your MCP_ALLOWED_HOSTS>",
"MCP_ALLOWED_ORIGINS": "<your MCP_ALLOWED_ORIGINS>",
"MCP_API_BASE_URL": "<your MCP_API_BASE_URL>",
"MCP_AUTH_USER_KEY": "<your MCP_AUTH_USER_KEY>",
"MCP_HTTP_HOST": "<your MCP_HTTP_HOST>",
"MCP_HTTP_MAX_BODY_BYTES": "<your MCP_HTTP_MAX_BODY_BYTES>",
"MCP_HTTP_PUBLIC": "<your MCP_HTTP_PUBLIC>",
"MCP_SVC_CLIENT_ID": "<your MCP_SVC_CLIENT_ID>",
"MCP_SVC_CLIENT_SECRET": "<your MCP_SVC_CLIENT_SECRET>",
"MCP_SVC_INTROSPECT_URL": "<your MCP_SVC_INTROSPECT_URL>",
"PORT": "<your PORT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gocertius": {
"command": "npx",
"args": [
"-y",
"@g-digital/mcp-gocertius"
],
"env": {
"MCP_ALLOW_INSECURE_FILE_URL": "<your MCP_ALLOW_INSECURE_FILE_URL>",
"MCP_ALLOW_UNVERIFIED_BEARER": "<your MCP_ALLOW_UNVERIFIED_BEARER>",
"MCP_ALLOWED_HOSTS": "<your MCP_ALLOWED_HOSTS>",
"MCP_ALLOWED_ORIGINS": "<your MCP_ALLOWED_ORIGINS>",
"MCP_API_BASE_URL": "<your MCP_API_BASE_URL>",
"MCP_AUTH_USER_KEY": "<your MCP_AUTH_USER_KEY>",
"MCP_HTTP_HOST": "<your MCP_HTTP_HOST>",
"MCP_HTTP_MAX_BODY_BYTES": "<your MCP_HTTP_MAX_BODY_BYTES>",
"MCP_HTTP_PUBLIC": "<your MCP_HTTP_PUBLIC>",
"MCP_SVC_CLIENT_ID": "<your MCP_SVC_CLIENT_ID>",
"MCP_SVC_CLIENT_SECRET": "<your MCP_SVC_CLIENT_SECRET>",
"MCP_SVC_INTROSPECT_URL": "<your MCP_SVC_INTROSPECT_URL>",
"PORT": "<your PORT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gocertius": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@g-digital/mcp-gocertius"
],
"env": {
"MCP_ALLOW_INSECURE_FILE_URL": "<your MCP_ALLOW_INSECURE_FILE_URL>",
"MCP_ALLOW_UNVERIFIED_BEARER": "<your MCP_ALLOW_UNVERIFIED_BEARER>",
"MCP_ALLOWED_HOSTS": "<your MCP_ALLOWED_HOSTS>",
"MCP_ALLOWED_ORIGINS": "<your MCP_ALLOWED_ORIGINS>",
"MCP_API_BASE_URL": "<your MCP_API_BASE_URL>",
"MCP_AUTH_USER_KEY": "<your MCP_AUTH_USER_KEY>",
"MCP_HTTP_HOST": "<your MCP_HTTP_HOST>",
"MCP_HTTP_MAX_BODY_BYTES": "<your MCP_HTTP_MAX_BODY_BYTES>",
"MCP_HTTP_PUBLIC": "<your MCP_HTTP_PUBLIC>",
"MCP_SVC_CLIENT_ID": "<your MCP_SVC_CLIENT_ID>",
"MCP_SVC_CLIENT_SECRET": "<your MCP_SVC_CLIENT_SECRET>",
"MCP_SVC_INTROSPECT_URL": "<your MCP_SVC_INTROSPECT_URL>",
"PORT": "<your PORT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gocertius": {
"command": "npx",
"args": [
"-y",
"@g-digital/mcp-gocertius"
],
"env": {
"MCP_ALLOW_INSECURE_FILE_URL": "<your MCP_ALLOW_INSECURE_FILE_URL>",
"MCP_ALLOW_UNVERIFIED_BEARER": "<your MCP_ALLOW_UNVERIFIED_BEARER>",
"MCP_ALLOWED_HOSTS": "<your MCP_ALLOWED_HOSTS>",
"MCP_ALLOWED_ORIGINS": "<your MCP_ALLOWED_ORIGINS>",
"MCP_API_BASE_URL": "<your MCP_API_BASE_URL>",
"MCP_AUTH_USER_KEY": "<your MCP_AUTH_USER_KEY>",
"MCP_HTTP_HOST": "<your MCP_HTTP_HOST>",
"MCP_HTTP_MAX_BODY_BYTES": "<your MCP_HTTP_MAX_BODY_BYTES>",
"MCP_HTTP_PUBLIC": "<your MCP_HTTP_PUBLIC>",
"MCP_SVC_CLIENT_ID": "<your MCP_SVC_CLIENT_ID>",
"MCP_SVC_CLIENT_SECRET": "<your MCP_SVC_CLIENT_SECRET>",
"MCP_SVC_INTROSPECT_URL": "<your MCP_SVC_INTROSPECT_URL>",
"PORT": "<your PORT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gocertius": {
"command": "npx",
"args": [
"-y",
"@g-digital/mcp-gocertius"
],
"env": {
"MCP_ALLOW_INSECURE_FILE_URL": "<your MCP_ALLOW_INSECURE_FILE_URL>",
"MCP_ALLOW_UNVERIFIED_BEARER": "<your MCP_ALLOW_UNVERIFIED_BEARER>",
"MCP_ALLOWED_HOSTS": "<your MCP_ALLOWED_HOSTS>",
"MCP_ALLOWED_ORIGINS": "<your MCP_ALLOWED_ORIGINS>",
"MCP_API_BASE_URL": "<your MCP_API_BASE_URL>",
"MCP_AUTH_USER_KEY": "<your MCP_AUTH_USER_KEY>",
"MCP_HTTP_HOST": "<your MCP_HTTP_HOST>",
"MCP_HTTP_MAX_BODY_BYTES": "<your MCP_HTTP_MAX_BODY_BYTES>",
"MCP_HTTP_PUBLIC": "<your MCP_HTTP_PUBLIC>",
"MCP_SVC_CLIENT_ID": "<your MCP_SVC_CLIENT_ID>",
"MCP_SVC_CLIENT_SECRET": "<your MCP_SVC_CLIENT_SECRET>",
"MCP_SVC_INTROSPECT_URL": "<your MCP_SVC_INTROSPECT_URL>",
"PORT": "<your PORT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.g-digital-by-Garrigues%2Fgocertius)<a href="https://mcptoplist.com/server/io.github.g-digital-by-Garrigues%2Fgocertius"><img src="https://mcptoplist.com/badge/io.github.g-digital-by-Garrigues%2Fgocertius.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
g-digital-by-garrigues
Other servers by g-digital-by-garrigues
View all g-digital-by-garrigues servers →Available versions (29)
| Version | Published |
|---|---|
| 2.0.0 | Sep 8, 2026 |
| 1.5.1 | Jul 22, 2026 |
| 1.5.0 | Jul 17, 2026 |
| 1.4.0 | Jul 16, 2026 |
| 1.3.4 | Jun 22, 2026 |
| 1.3.3 | Jun 18, 2026 |
| 1.3.2 | Jun 17, 2026 |
| 1.3.1 | Jun 17, 2026 |
| 1.2.20 | Jun 3, 2026 |
| 1.2.19 | Jun 3, 2026 |
| 1.2.17 | Jun 1, 2026 |
| 1.2.16 | Jun 1, 2026 |
| 1.2.15 | May 31, 2026 |
| 1.2.14 | May 31, 2026 |
| 1.2.13 | May 31, 2026 |
| 1.2.11 | May 30, 2026 |
| 1.2.8 | May 30, 2026 |
| 1.2.7 | May 30, 2026 |
| 1.2.6 | May 30, 2026 |
| 1.2.5 | May 30, 2026 |
| 1.2.4 | May 30, 2026 |
| 1.2.3 | May 30, 2026 |
| 1.2.2 | May 30, 2026 |
| 1.2.1 | May 29, 2026 |
| 1.1.6 | May 29, 2026 |
| 1.1.5 | May 28, 2026 |
| 1.1.4 | May 28, 2026 |
| 1.1.3 | May 26, 2026 |
| 1.0.0 | May 22, 2026 |
Frequently asked questions
- Who maintains GoCertius MCP Server?
- GoCertius MCP Server is maintained by g-digital-by-garrigues, which publishes 3 MCP servers (74 total versions) tracked on MCP Toplist.
- Is GoCertius MCP Server listed on the Official MCP Registry?
- Yes — GoCertius MCP Server is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does GoCertius MCP Server have?
- MCP Toplist tracks 29 versions of GoCertius MCP Server, most recently published on Sep 8, 2026.
- Where can I find the source code for GoCertius MCP Server?
- The source code for GoCertius MCP Server is hosted at github.com/g-digital-by-garrigues/gocertius_mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.