Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
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.pinsvit-com]
url = "https://pinsvit.com/api/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pinsvit-com": {
"type": "http",
"url": "https://pinsvit.com/api/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pinsvit-com
Remote MCP URL: https://pinsvit.com/api/v1/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": {
"pinsvit-com": {
"url": "https://pinsvit.com/api/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pinsvit-com": {
"type": "http",
"url": "https://pinsvit.com/api/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pinsvit-com",
"transport": "streamable-http",
"url": "https://pinsvit.com/api/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
create_comment— Creates a new comment on a post.create_event— Creates a new event at a specific location.create_post— Creates a new post at a specific location.get_comments— Returns compact list of comments for a post.get_current_country_code— Returns country code based on users locationget_current_user_details— Returns current user profile detailsget_publishing_media_keys— Downloads images from public URLs and returns media keys that can be attached to create_post and create_event.ping— Returns a pong message to verify MCP connection.