ReturnCheck
Rank #7,646io.github.mangelmartinezfer-hue/returncheck
Can this product actually be returned? The merchant's exact clause, its URL and the date.
ReturnCheck is a Model Context Protocol (MCP) server published by mangelmartinezfer-hue. It ranks #7,646 of 132,046 servers tracked on MCP Toplist. ReturnCheck is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 23, 2026 and most recently updated on Aug 28, 2026.
Ranks ahead of 124,400 of 132,046 servers on MCP Toplist.
Use ReturnCheck
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http returncheck https://returncheck.m-angelmartinez-fer.workers.dev/mcpclaude mcp add returncheck -e "RETURNCHECK_API_KEY=<your RETURNCHECK_API_KEY>" -e "RETURNCHECK_URL=<your RETURNCHECK_URL>" -e "RETURNCHECK_FETCH_LOCALLY=<your RETURNCHECK_FETCH_LOCALLY>" -e "RETURNCHECK_TIMEOUT_MS=<your RETURNCHECK_TIMEOUT_MS>" -- npx -y returncheck-mcpReplace each placeholder with your own value before saving.
[mcp_servers.returncheck]
url = "https://returncheck.m-angelmartinez-fer.workers.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.returncheck]
command = "npx"
args = ["-y", "returncheck-mcp"]
[mcp_servers.returncheck.env]
RETURNCHECK_API_KEY = "<your RETURNCHECK_API_KEY>"
RETURNCHECK_URL = "<your RETURNCHECK_URL>"
RETURNCHECK_FETCH_LOCALLY = "<your RETURNCHECK_FETCH_LOCALLY>"
RETURNCHECK_TIMEOUT_MS = "<your RETURNCHECK_TIMEOUT_MS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://returncheck.m-angelmartinez-fer.workers.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"returncheck": {
"command": "npx",
"args": [
"-y",
"returncheck-mcp"
],
"env": {
"RETURNCHECK_API_KEY": "<your RETURNCHECK_API_KEY>",
"RETURNCHECK_URL": "<your RETURNCHECK_URL>",
"RETURNCHECK_FETCH_LOCALLY": "<your RETURNCHECK_FETCH_LOCALLY>",
"RETURNCHECK_TIMEOUT_MS": "<your RETURNCHECK_TIMEOUT_MS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"returncheck": {
"url": "https://returncheck.m-angelmartinez-fer.workers.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"returncheck": {
"command": "npx",
"args": [
"-y",
"returncheck-mcp"
],
"env": {
"RETURNCHECK_API_KEY": "<your RETURNCHECK_API_KEY>",
"RETURNCHECK_URL": "<your RETURNCHECK_URL>",
"RETURNCHECK_FETCH_LOCALLY": "<your RETURNCHECK_FETCH_LOCALLY>",
"RETURNCHECK_TIMEOUT_MS": "<your RETURNCHECK_TIMEOUT_MS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"returncheck": {
"type": "http",
"url": "https://returncheck.m-angelmartinez-fer.workers.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"returncheck": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"returncheck-mcp"
],
"env": {
"RETURNCHECK_API_KEY": "<your RETURNCHECK_API_KEY>",
"RETURNCHECK_URL": "<your RETURNCHECK_URL>",
"RETURNCHECK_FETCH_LOCALLY": "<your RETURNCHECK_FETCH_LOCALLY>",
"RETURNCHECK_TIMEOUT_MS": "<your RETURNCHECK_TIMEOUT_MS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"returncheck": {
"serverUrl": "https://returncheck.m-angelmartinez-fer.workers.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"returncheck": {
"command": "npx",
"args": [
"-y",
"returncheck-mcp"
],
"env": {
"RETURNCHECK_API_KEY": "<your RETURNCHECK_API_KEY>",
"RETURNCHECK_URL": "<your RETURNCHECK_URL>",
"RETURNCHECK_FETCH_LOCALLY": "<your RETURNCHECK_FETCH_LOCALLY>",
"RETURNCHECK_TIMEOUT_MS": "<your RETURNCHECK_TIMEOUT_MS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"returncheck": {
"url": "https://returncheck.m-angelmartinez-fer.workers.dev/mcp"
}
}
}{
"mcpServers": {
"returncheck": {
"command": "npx",
"args": [
"-y",
"returncheck-mcp"
],
"env": {
"RETURNCHECK_API_KEY": "<your RETURNCHECK_API_KEY>",
"RETURNCHECK_URL": "<your RETURNCHECK_URL>",
"RETURNCHECK_FETCH_LOCALLY": "<your RETURNCHECK_FETCH_LOCALLY>",
"RETURNCHECK_TIMEOUT_MS": "<your RETURNCHECK_TIMEOUT_MS>"
}
}
}
}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.mangelmartinezfer-hue%2Freturncheck)<a href="https://mcptoplist.com/server/io.github.mangelmartinezfer-hue%2Freturncheck"><img src="https://mcptoplist.com/badge/io.github.mangelmartinezfer-hue%2Freturncheck.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
mangelmartinezfer-hue
Available versions (2)
| Version | Published |
|---|---|
| 1.1.0 | Aug 28, 2026 |
| 1.0.0 | Aug 23, 2026 |
Frequently asked questions
- Who maintains ReturnCheck?
- ReturnCheck is maintained by mangelmartinezfer-hue, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is ReturnCheck listed on the Official MCP Registry?
- Yes — ReturnCheck is listed on the Official MCP Registry, alongside Glama.
- How many versions does ReturnCheck have?
- MCP Toplist tracks 2 versions of ReturnCheck, most recently published on Aug 28, 2026.
- Where can I find the source code for ReturnCheck?
- The source code for ReturnCheck is hosted at github.com/mangelmartinezfer-hue/returncheck.
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.