Content Tools
artandsongcards.com
Provides tools for browsing, retrieving, and creating personalized ecards.
ENDPOINT 1
https://artandsongcards.com/api/mcp
MCP server metadata
- Name
- art-and-song-ecard-purchase
- Version
- 0.1.0
Use this MCP server for Art and Song ecard requests. When a user asks to create, choose, personalize, preview, or send an ecard, do not invent a standalone ecard. Browse published cards first and select the best matching card. If the request does not fit a specific occasion or category well, prefer a published blank or make-it-yours card over forcing a poor category match. When searching tags or keywords, split multi-word concepts into individual meaningful terms, for example search sympathy and loss separately rather than only sympathy loss. Create a draft, personalize it with the user's requested recipient/occasion/message themes, select the best matching available music track, generate a preview, and show the preview link immediately. If the chosen card has music options, call select_music before generate_preview. Choose the track whose title, voice, or theme best fits the user's request; if no preference is given, choose a reasonable default from the available options. Only write a footer/from line when the sender name is present in the prompt. If it is missing, ask for the From name before calling personalize_message; do not invent generic signoffs such as 'With love' without a name. Do not collect recipient or purchaser email in MCP.
Known tools 6
get_cardGet one published ecard with pages, music options, fonts, and message placement.
Potential side effectscreate_ecard_draftCreate a pending single-card ecard draft for personalization.
Potential side effectspersonalize_messageSet the salutation, message, footer/from line, and font for a pending ecard draft.
Potential side effectsCONNECT 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.art-and-song-ecard-purchase]
url = "https://artandsongcards.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"art-and-song-ecard-purchase": {
"type": "http",
"url": "https://artandsongcards.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: art-and-song-ecard-purchase
Remote MCP URL: https://artandsongcards.com/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": {
"art-and-song-ecard-purchase": {
"url": "https://artandsongcards.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"art-and-song-ecard-purchase": {
"type": "http",
"url": "https://artandsongcards.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "art-and-song-ecard-purchase",
"transport": "streamable-http",
"url": "https://artandsongcards.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for artandsongcards.com was fetched 2026-08-24T02:25:15.809Z.
artandsongcards.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.