INDIVIDUAL MCP TOOL
get_pricing
Return every Artlink plan with its live monthly and annual price and the features it includes.
LIVE ENDPOINT
https://artlink.live/api/mcp
Connect to this endpoint to inspect the live schema for get_pricing and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.artlink]
url = "https://artlink.live/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"artlink": {
"type": "http",
"url": "https://artlink.live/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: artlink
Remote MCP URL: https://artlink.live/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"artlink": {
"url": "https://artlink.live/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"artlink": {
"type": "http",
"url": "https://artlink.live/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "artlink",
"transport": "streamable-http",
"url": "https://artlink.live/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_glossary— Search Artlink's glossary of music marketing terms — smart link, pre-save, fan link, link in bio, Spotify Canvas, retargeting pixel and others.get_glossary_term— Return the complete definition, explanation and FAQ for one music marketing term.list_artlink_tools— List the free tools Artlink publishes — smart link generators, pre-save builders, Spotify Canvas and cover art generators — with a one-line summary of each.get_artlink_tool— Return the setup steps, use cases, per-streaming-service notes and common mistakes for one Artlink tool.compare_competitor— Return a feature-by-feature comparison, both products' pricing, and a self-contained verdict for Artlink versus one competitor — Linktree, Linkfire, Feature.fm, Hypeddit, DistroKid HyperFollow and others.check_subdomain_availability— Check whether an artlink.live subdomain passes the naming rules and is unclaimed.