MCP Server
Is It Trust Ready — agent-trust-readiness scanner MCP Server
io.github.mnemom/isittrustready
What is the Is It Trust Ready — agent-trust-readiness scanner MCP server?
Scan any website or MCP server for agent-trust-readiness; returns a signed, verifiable scorecard.
How to install Is It Trust Ready — agent-trust-readiness scanner
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"isittrustready": {
"url": "https://api.isittrustready.ai/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"isittrustready": {
"serverUrl": "https://api.isittrustready.ai/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"isittrustready": {
"type": "http",
"url": "https://api.isittrustready.ai/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"isittrustready": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.isittrustready.ai/mcp"
]
}
}
}Claude Code
claude mcp add --transport http isittrustready https://api.isittrustready.ai/mcpRelated MCP servers
Trust infrastructure for AI agents: read a verifiable Trust Rating, claim an identity, earn a badge.
View repository →