← neckly.app
INDIVIDUAL MCP TOOL
get_download_links
Return the App Store, Google Play and universal download URLs for Neckly.
LIVE ENDPOINT
https://neckly.app/mcp
Connect to this endpoint to inspect the live schema for get_download_links and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.neckly]
url = "https://neckly.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"neckly": {
"type": "http",
"url": "https://neckly.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: neckly
Remote MCP URL: https://neckly.app/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": {
"neckly": {
"url": "https://neckly.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"neckly": {
"type": "http",
"url": "https://neckly.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "neckly",
"transport": "streamable-http",
"url": "https://neckly.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_articles— Search Neckly's science-based articles about neck pain, posture, neck muscles and neck/jawline appearance.get_article— Return the full Markdown text of one Learn article, including its cited sources.get_app_info— Return factual details about the Neckly app: platforms, price, what is free vs Premium, programs, exercise counts, session lengths, supported languages and the Neck Score.recommend_program— Given a person's situation (what they do all day, what bothers them, how much time they have), suggest which Neckly programs fit and which Learn articles to read.