The Data Collector
Rank #41,037io.github.MarcinDudekDev/the-data-collector
MCP server providing the-data-collector capabilities
The Data Collector is a Model Context Protocol (MCP) server published by marcindudekdev. It ranks #41,037 of 103,541 servers tracked on MCP Toplist. The Data Collector is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Mar 12, 2026 and most recently updated on Mar 12, 2026.
Ranks ahead of 62,504 of 103,541 servers on MCP Toplist.
Use The Data Collector
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http the-data-collector https://frog03-20494.wykr.es/mcp[mcp_servers.the-data-collector]
url = "https://frog03-20494.wykr.es/mcp"Add to ~/.codex/config.toml.
https://frog03-20494.wykr.es/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"the-data-collector": {
"url": "https://frog03-20494.wykr.es/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"the-data-collector": {
"type": "http",
"url": "https://frog03-20494.wykr.es/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"the-data-collector": {
"serverUrl": "https://frog03-20494.wykr.es/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"the-data-collector": {
"url": "https://frog03-20494.wykr.es/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.MarcinDudekDev%2Fthe-data-collector)<a href="https://mcptoplist.com/server/io.github.MarcinDudekDev%2Fthe-data-collector"><img src="https://mcptoplist.com/badge/io.github.MarcinDudekDev%2Fthe-data-collector.svg" alt="MCP Toplist: Top 50% of 103,541" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
marcindudekdev
Other servers by marcindudekdev
View all marcindudekdev servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Mar 12, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains The Data Collector?
- The Data Collector is maintained by marcindudekdev, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is The Data Collector listed on the Official MCP Registry?
- Yes — The Data Collector is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does The Data Collector have?
- MCP Toplist tracks 2 versions of The Data Collector, most recently published on Mar 12, 2026.
- Where can I find the source code for The Data Collector?
- The source code for The Data Collector is hosted at github.com/marcindudekdev/the-data-collector.