Is It AI MCP
Rank #26,618io.github.JohannsenLum/is-it-ai-mcp
MCP server that reads C2PA Content Credentials: what an image declares about its own origin
Is It AI MCP is a Model Context Protocol (MCP) server published by JohannsenLum. It ranks #26,618 of 115,460 servers tracked on MCP Toplist. Is It AI MCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 20, 2026 and most recently updated on Aug 20, 2026.
Ranks ahead of 88,842 of 115,460 servers on MCP Toplist.
Use Is It AI MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add is-it-ai-mcp -- uvx is-it-ai-mcp[mcp_servers.is-it-ai-mcp]
command = "uvx"
args = ["is-it-ai-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"is-it-ai-mcp": {
"command": "uvx",
"args": [
"is-it-ai-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"is-it-ai-mcp": {
"command": "uvx",
"args": [
"is-it-ai-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"is-it-ai-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"is-it-ai-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"is-it-ai-mcp": {
"command": "uvx",
"args": [
"is-it-ai-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"is-it-ai-mcp": {
"command": "uvx",
"args": [
"is-it-ai-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.JohannsenLum%2Fis-it-ai-mcp)<a href="https://mcptoplist.com/server/io.github.JohannsenLum%2Fis-it-ai-mcp"><img src="https://mcptoplist.com/badge/io.github.JohannsenLum%2Fis-it-ai-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
JohannsenLum
Other servers by JohannsenLum
View all JohannsenLum servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Aug 20, 2026 |
Frequently asked questions
- Who maintains Is It AI MCP?
- Is It AI MCP is maintained by JohannsenLum, which publishes 3 MCP servers (11 total versions) tracked on MCP Toplist.
- Is Is It AI MCP listed on the Official MCP Registry?
- Yes — Is It AI MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Is It AI MCP have?
- MCP Toplist tracks 1 version of Is It AI MCP, most recently published on Aug 20, 2026.
- Where can I find the source code for Is It AI MCP?
- The source code for Is It AI MCP is hosted at github.com/JohannsenLum/is-it-ai-mcp.