Tokenizen
Rank #22,755io.github.holistis/capacity-attest
Signed delivery claims for x402 capacity trades: GPU-hours, storage, API credits, bandwidth.
Tokenizen is a Model Context Protocol (MCP) server published by holistis. It ranks #22,755 of 115,460 servers tracked on MCP Toplist. Tokenizen is listed on Official MCP, with 1 tracked version. It was first listed on Aug 31, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 92,705 of 115,460 servers on MCP Toplist.
Use Tokenizen
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add capacity-attest -e "CAPACITY_ATTEST_DATA_DIR=<your CAPACITY_ATTEST_DATA_DIR>" -- npx -y capacity-attestReplace each placeholder with your own value before saving.
[mcp_servers.capacity-attest]
command = "npx"
args = ["-y", "capacity-attest"]
[mcp_servers.capacity-attest.env]
CAPACITY_ATTEST_DATA_DIR = "<your CAPACITY_ATTEST_DATA_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"capacity-attest": {
"command": "npx",
"args": [
"-y",
"capacity-attest"
],
"env": {
"CAPACITY_ATTEST_DATA_DIR": "<your CAPACITY_ATTEST_DATA_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"capacity-attest": {
"command": "npx",
"args": [
"-y",
"capacity-attest"
],
"env": {
"CAPACITY_ATTEST_DATA_DIR": "<your CAPACITY_ATTEST_DATA_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"capacity-attest": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"capacity-attest"
],
"env": {
"CAPACITY_ATTEST_DATA_DIR": "<your CAPACITY_ATTEST_DATA_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"capacity-attest": {
"command": "npx",
"args": [
"-y",
"capacity-attest"
],
"env": {
"CAPACITY_ATTEST_DATA_DIR": "<your CAPACITY_ATTEST_DATA_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"capacity-attest": {
"command": "npx",
"args": [
"-y",
"capacity-attest"
],
"env": {
"CAPACITY_ATTEST_DATA_DIR": "<your CAPACITY_ATTEST_DATA_DIR>"
}
}
}
}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.holistis%2Fcapacity-attest)<a href="https://mcptoplist.com/server/io.github.holistis%2Fcapacity-attest"><img src="https://mcptoplist.com/badge/io.github.holistis%2Fcapacity-attest.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
holistis
Other servers by holistis
View all holistis servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Aug 31, 2026 |
Frequently asked questions
- Who maintains Tokenizen?
- Tokenizen is maintained by holistis, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Tokenizen listed on the Official MCP Registry?
- Yes — Tokenizen is listed on the Official MCP Registry.
- How many versions does Tokenizen have?
- MCP Toplist tracks 1 version of Tokenizen, most recently published on Aug 31, 2026.
- Where can I find the source code for Tokenizen?
- The source code for Tokenizen is hosted at github.com/holistis/tokenizen.