Ot Security MCP
Rank #11,520io.github.Ansvar-Systems/ot-security-mcp
MCP server providing ot-security-mcp capabilities
Ot Security MCP is a Model Context Protocol (MCP) server published by Ansvar-Systems. It ranks #11,520 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Ot Security MCP is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Jan 29, 2026 and most recently updated on Jan 31, 2026.
Ranks ahead of 103,940 of 115,460 servers on MCP Toplist.
Use Ot Security MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ot-security-mcp -- npx -y @ansvar/ot-security-mcp[mcp_servers.ot-security-mcp]
command = "npx"
args = ["-y", "@ansvar/ot-security-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ot-security-mcp": {
"command": "npx",
"args": [
"-y",
"@ansvar/ot-security-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ot-security-mcp": {
"command": "npx",
"args": [
"-y",
"@ansvar/ot-security-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ot-security-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ansvar/ot-security-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ot-security-mcp": {
"command": "npx",
"args": [
"-y",
"@ansvar/ot-security-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ot-security-mcp": {
"command": "npx",
"args": [
"-y",
"@ansvar/ot-security-mcp"
]
}
}
}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.Ansvar-Systems%2Fot-security-mcp)<a href="https://mcptoplist.com/server/io.github.Ansvar-Systems%2Fot-security-mcp"><img src="https://mcptoplist.com/badge/io.github.Ansvar-Systems%2Fot-security-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
Ansvar-Systems
Other servers by Ansvar-Systems
- Eu Regulations MCP#5,066 · 10 vers
- Dutch Law MCP#5,882 · 2 vers
- Security Controls MCP Server#5,923 · 5 vers
- Chinese Law MCP#6,896 · 2 vers
- Israel Law MCP#7,638 · 2 vers
- German Law MCP#8,143 · 4 vers
- Mexican Law MCP#9,476 · 2 vers
- Ethiopian Law MCP#10,317 · 2 vers
- Us Law MCP#11,285 · 2 vers
- Polish Law MCP#11,512 · 2 vers
- Indonesian Law MCP#11,612 · 2 vers
- Dominican Law MCP#13,086 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 0.2.1 | Jan 31, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Ot Security MCP?
- Ot Security MCP is maintained by Ansvar-Systems, which publishes 169 MCP servers (283 total versions) tracked on MCP Toplist.
- Is Ot Security MCP listed on the Official MCP Registry?
- Yes — Ot Security MCP is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Ot Security MCP have?
- MCP Toplist tracks 2 versions of Ot Security MCP, most recently published on Jan 31, 2026.
- Where can I find the source code for Ot Security MCP?
- The source code for Ot Security MCP is hosted at github.com/ansvar-systems/ot-security-mcp.