Asked Thrice
Rank #31,385com.askedthrice/askedthrice
Measure whether AI assistants actually recommend a brand, from measured answers.
Asked Thrice is a Model Context Protocol (MCP) server published by nahuelsoria. It ranks #31,385 of 132,405 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Asked Thrice is listed on Official MCP, with 1 tracked version. It was first listed on Aug 30, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 101,020 of 132,405 servers on MCP Toplist.
Use Asked Thrice
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http askedthrice https://mcp.askedthrice.com/mcpclaude mcp add askedthrice -- npx -y askedthrice-mcp[mcp_servers.askedthrice]
url = "https://mcp.askedthrice.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.askedthrice]
command = "npx"
args = ["-y", "askedthrice-mcp"]Add to ~/.codex/config.toml.
https://mcp.askedthrice.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"askedthrice": {
"command": "npx",
"args": [
"-y",
"askedthrice-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"askedthrice": {
"url": "https://mcp.askedthrice.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"askedthrice": {
"command": "npx",
"args": [
"-y",
"askedthrice-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"askedthrice": {
"type": "http",
"url": "https://mcp.askedthrice.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"askedthrice": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"askedthrice-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"askedthrice": {
"serverUrl": "https://mcp.askedthrice.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"askedthrice": {
"command": "npx",
"args": [
"-y",
"askedthrice-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"askedthrice": {
"url": "https://mcp.askedthrice.com/mcp"
}
}
}{
"mcpServers": {
"askedthrice": {
"command": "npx",
"args": [
"-y",
"askedthrice-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/com.askedthrice%2Faskedthrice)<a href="https://mcptoplist.com/server/com.askedthrice%2Faskedthrice"><img src="https://mcptoplist.com/badge/com.askedthrice%2Faskedthrice.svg" alt="MCP Toplist: Top 25% of 132,405" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
nahuelsoria
Available versions (1)
| Version | Published |
|---|---|
| 1.1.0 | Aug 30, 2026 |
Frequently asked questions
- Who maintains Asked Thrice?
- Asked Thrice is maintained by nahuelsoria, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Asked Thrice listed on the Official MCP Registry?
- Yes — Asked Thrice is listed on the Official MCP Registry.
- How many versions does Asked Thrice have?
- MCP Toplist tracks 1 version of Asked Thrice, most recently published on Aug 30, 2026.
- Where can I find the source code for Asked Thrice?
- The source code for Asked Thrice is hosted at github.com/nahuelsoria/llmaudit-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.