← yourlocalsquare.com
INDIVIDUAL MCP TOOL
claim_pin
Claim a square on a LocalSquare community board for a local business.
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 endpoint
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.yourlocalsquare-com]
url = "https://www.yourlocalsquare.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"yourlocalsquare-com": {
"type": "http",
"url": "https://www.yourlocalsquare.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: yourlocalsquare-com
Remote MCP URL: https://www.yourlocalsquare.com/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": {
"yourlocalsquare-com": {
"url": "https://www.yourlocalsquare.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"yourlocalsquare-com": {
"type": "http",
"url": "https://www.yourlocalsquare.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "yourlocalsquare-com",
"transport": "streamable-http",
"url": "https://www.yourlocalsquare.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_boards— Search for LocalSquare community boards by city, state, or ZIP code.get_board— Get all active business listings on a specific LocalSquare community board.search_pins— Search for local businesses across all LocalSquare boards by business type or category.get_pin— Get complete details for a specific LocalSquare business listing.get_stats— Get platform-wide statistics for LocalSquare.check_payment_status— Check the status of a Stripe card payment for a pin claim.