DataSinking
Rank #3,733io.github.heubme2020/datasinking
Full-text Asian financial reports (China, Korea, Japan, Taiwan) as clean Markdown for RAG agents.
DataSinking is a Model Context Protocol (MCP) server published by heubme2020. It ranks #3,733 of 132,046 servers tracked on MCP Toplist, and its repository has 16 GitHub stars. DataSinking is listed on Official MCP, with 5 tracked versions. It was first listed on Sep 3, 2026 and most recently updated on Sep 22, 2026.
Ranks ahead of 128,313 of 132,046 servers on MCP Toplist.
Use DataSinking
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http datasinking https://api.datasink.ing/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add datasinking -e "DATASINK_API_KEY=<your DATASINK_API_KEY>" -- uvx datasinkingReplace each placeholder with your own value before saving.
claude mcp add datasinking -e "DATASINK_API_KEY=<your DATASINK_API_KEY>" -- npx -y datasinking-mcpReplace each placeholder with your own value before saving.
[mcp_servers.datasinking]
url = "https://api.datasink.ing/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.datasinking]
command = "uvx"
args = ["datasinking"]
[mcp_servers.datasinking.env]
DATASINK_API_KEY = "<your DATASINK_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.datasinking]
command = "npx"
args = ["-y", "datasinking-mcp"]
[mcp_servers.datasinking.env]
DATASINK_API_KEY = "<your DATASINK_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.datasink.ing/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"datasinking": {
"command": "uvx",
"args": [
"datasinking"
],
"env": {
"DATASINK_API_KEY": "<your DATASINK_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"datasinking": {
"command": "npx",
"args": [
"-y",
"datasinking-mcp"
],
"env": {
"DATASINK_API_KEY": "<your DATASINK_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"datasinking": {
"url": "https://api.datasink.ing/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"datasinking": {
"command": "uvx",
"args": [
"datasinking"
],
"env": {
"DATASINK_API_KEY": "<your DATASINK_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"datasinking": {
"command": "npx",
"args": [
"-y",
"datasinking-mcp"
],
"env": {
"DATASINK_API_KEY": "<your DATASINK_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"datasinking": {
"type": "http",
"url": "https://api.datasink.ing/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"datasinking": {
"type": "stdio",
"command": "uvx",
"args": [
"datasinking"
],
"env": {
"DATASINK_API_KEY": "<your DATASINK_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"datasinking": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"datasinking-mcp"
],
"env": {
"DATASINK_API_KEY": "<your DATASINK_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"datasinking": {
"serverUrl": "https://api.datasink.ing/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"datasinking": {
"command": "uvx",
"args": [
"datasinking"
],
"env": {
"DATASINK_API_KEY": "<your DATASINK_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"datasinking": {
"command": "npx",
"args": [
"-y",
"datasinking-mcp"
],
"env": {
"DATASINK_API_KEY": "<your DATASINK_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"datasinking": {
"url": "https://api.datasink.ing/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"datasinking": {
"command": "uvx",
"args": [
"datasinking"
],
"env": {
"DATASINK_API_KEY": "<your DATASINK_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"datasinking": {
"command": "npx",
"args": [
"-y",
"datasinking-mcp"
],
"env": {
"DATASINK_API_KEY": "<your DATASINK_API_KEY>"
}
}
}
}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.heubme2020%2Fdatasinking)<a href="https://mcptoplist.com/server/io.github.heubme2020%2Fdatasinking"><img src="https://mcptoplist.com/badge/io.github.heubme2020%2Fdatasinking.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
heubme2020
Available versions (5)
| Version | Published |
|---|---|
| 0.2.10 | Sep 22, 2026 |
| 0.2.9 | Sep 22, 2026 |
| 0.2.8 | Sep 21, 2026 |
| 0.2.2 | Sep 4, 2026 |
| 0.2.1 | Sep 3, 2026 |
Frequently asked questions
- Who maintains DataSinking?
- DataSinking is maintained by heubme2020, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is DataSinking listed on the Official MCP Registry?
- Yes — DataSinking is listed on the Official MCP Registry.
- How many versions does DataSinking have?
- MCP Toplist tracks 5 versions of DataSinking, most recently published on Sep 22, 2026.
- Where can I find the source code for DataSinking?
- The source code for DataSinking is hosted at github.com/heubme2020/datasinking.
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.