Holdings
Rank #49,714com.getholdings/mcp
Let your AI send invoices and take payment — card or ACH. Free.
Holdings is a Model Context Protocol (MCP) server published by holdings-io. It ranks #49,714 of 115,591 servers tracked on MCP Toplist. Holdings is listed on Official MCP, with 2 tracked versions. It was first listed on Jul 28, 2026 and most recently updated on Aug 5, 2026.
Ranks ahead of 65,877 of 115,591 servers on MCP Toplist.
Use Holdings
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http getholdings https://mcp.getholdings.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add getholdings -e "HOLDINGS_API_KEY=<your HOLDINGS_API_KEY>" -e "HOLDINGS_API_BASE=<your HOLDINGS_API_BASE>" -- npx -y @getholdings/mcpReplace each placeholder with your own value before saving.
[mcp_servers.getholdings]
url = "https://mcp.getholdings.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.getholdings]
command = "npx"
args = ["-y", "@getholdings/mcp"]
[mcp_servers.getholdings.env]
HOLDINGS_API_KEY = "<your HOLDINGS_API_KEY>"
HOLDINGS_API_BASE = "<your HOLDINGS_API_BASE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.getholdings.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"getholdings": {
"command": "npx",
"args": [
"-y",
"@getholdings/mcp"
],
"env": {
"HOLDINGS_API_KEY": "<your HOLDINGS_API_KEY>",
"HOLDINGS_API_BASE": "<your HOLDINGS_API_BASE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"getholdings": {
"url": "https://mcp.getholdings.com/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": {
"getholdings": {
"command": "npx",
"args": [
"-y",
"@getholdings/mcp"
],
"env": {
"HOLDINGS_API_KEY": "<your HOLDINGS_API_KEY>",
"HOLDINGS_API_BASE": "<your HOLDINGS_API_BASE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"getholdings": {
"type": "http",
"url": "https://mcp.getholdings.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"getholdings": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@getholdings/mcp"
],
"env": {
"HOLDINGS_API_KEY": "<your HOLDINGS_API_KEY>",
"HOLDINGS_API_BASE": "<your HOLDINGS_API_BASE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"getholdings": {
"serverUrl": "https://mcp.getholdings.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"getholdings": {
"command": "npx",
"args": [
"-y",
"@getholdings/mcp"
],
"env": {
"HOLDINGS_API_KEY": "<your HOLDINGS_API_KEY>",
"HOLDINGS_API_BASE": "<your HOLDINGS_API_BASE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"getholdings": {
"url": "https://mcp.getholdings.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"getholdings": {
"command": "npx",
"args": [
"-y",
"@getholdings/mcp"
],
"env": {
"HOLDINGS_API_KEY": "<your HOLDINGS_API_KEY>",
"HOLDINGS_API_BASE": "<your HOLDINGS_API_BASE>"
}
}
}
}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/com.getholdings%2Fmcp)<a href="https://mcptoplist.com/server/com.getholdings%2Fmcp"><img src="https://mcptoplist.com/badge/com.getholdings%2Fmcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
holdings-io
Other servers by holdings-io
View all holdings-io servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Aug 5, 2026 |
| 0.1.0 | Jul 28, 2026 |
Frequently asked questions
- Who maintains Holdings?
- Holdings is maintained by holdings-io, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Holdings listed on the Official MCP Registry?
- Yes — Holdings is listed on the Official MCP Registry.
- How many versions does Holdings have?
- MCP Toplist tracks 2 versions of Holdings, most recently published on Aug 5, 2026.
- Where can I find the source code for Holdings?
- The source code for Holdings is hosted at github.com/holdings-io/workspace.