Postproxy Connector for AI agents.
11 live capabilities
Manage local SEO and social media posts across multiple locations.
Waiting for input…
Why people use Postproxy
Postproxy Local SEO and Multi-Location Management
This Connector changes that by letting you talk to your agent like a manager. You give one command, and it handles the distribution for every location in your group. You get a consistent brand presence across your entire footprint without the manual copy-pasting.
What Vinkius changes
You turn your AI agent into a local SEO manager that handles the repetitive publishing work for you.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,000+ Connectors
- Real-world use case 01
Announcing a holiday sale at 50 locations
A franchise owner tells their agent to create a holiday post using createPost for all locations in a specific group.
- Real-world use case 02
Monitoring sentiment on a new promotion
A manager asks the agent to fetch recent feedback using listComments.
- Real-world use case 03
Cleaning up a thread of spam
A social media lead tells the agent to find and hideComment on any spam entries from a specific post to keep the feed clean.
Complete set · 11capabilities
The complete Postproxy capability set.
These are the exact actions your AI can choose when you ask it to work with Postproxy.
01—04
4 capabilities in this set.
Part of 11 available through Postproxy.
- 01 Capability
HideComment
Remove a specific comment from public view on a post. Use this to moderate your public interactions.
- 02 Capability
LikeComment
Give a thumbs up to a user comment on a post. This helps boost engagement on your content.
- 03 Capability
GetPost
Fetch specific post details from Postproxy using a unique ID. This helps you audit specific content items.
- 04 Capability
ListComments
Pull all comments for a specific post to review engagement. Use this to monitor customer sentiment.
05—08
4 capabilities in this set.
Part of 11 available through Postproxy.
- 05 Capability
ListPosts
Get a full list of all posts currently in your Postproxy account. Use this to audit your active content.
- 06 Capability
ListProfileGroups
See all your organized profile groups for different locations. This helps manage large scale campaigns.
- 07 Capability
ListProfiles
View every social media profile connected to your Postproxy account. This gives a bird's eye view of your reach.
- 08 Capability
UnhideComment
Restore a previously hidden comment on a post. Use this if a moderation action was made in error.
09—11
3 capabilities in this set.
Part of 11 available through Postproxy.
- 09 Capability
CreateCommentReply
Send a direct reply to a user comment on a post. This helps you engage with your audience directly.
- 10 Capability
CreatePost
Publish new content to specific profile IDs with custom text and status. This is your primary publishing capability.
- 11 Capability
DeletePost
Remove an existing post from your Postproxy account. Use this to clean up outdated information.
Set up in minutes
One URL. Then ask Postproxy to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Postproxy from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_uzjFvftF7h5uXsPlobKBinYAyz9hE5rvA48RtsVU/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Postproxy, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Postproxy for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_uzjFvftF7h5uXsPlobKBinYAyz9hE5rvA48RtsVU/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Postproxy URL.
- Step 03
Save and start
Save the connection and enable Postproxy in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"postproxy": {
"url": "https://edge.vinkius.com/vk_preview_uzjFvftF7h5uXsPlobKBinYAyz9hE5rvA48RtsVU/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Postproxy
Open Agent mode in chat and ask: "Using Postproxy, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"postproxy": {
"url": "https://edge.vinkius.com/vk_preview_uzjFvftF7h5uXsPlobKBinYAyz9hE5rvA48RtsVU/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Postproxy
Ask Copilot: "Using Postproxy, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"postproxy": {
"url": "https://edge.vinkius.com/vk_preview_uzjFvftF7h5uXsPlobKBinYAyz9hE5rvA48RtsVU/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Postproxy
Open Cascade and ask: "Using Postproxy, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"postproxy": {
"url": "https://edge.vinkius.com/vk_preview_uzjFvftF7h5uXsPlobKBinYAyz9hE5rvA48RtsVU/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Postproxy
Ask Cline: "Using Postproxy, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add postproxy --transport http "https://edge.vinkius.com/vk_preview_uzjFvftF7h5uXsPlobKBinYAyz9hE5rvA48RtsVU/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Postproxy
Ask Claude: "Using Postproxy, show me...". 11 tools are ready
Where the request belongs
Work Postproxy can move forward.
This is for the local marketing manager who's drowning in manual updates for dozens of locations. It's for the social media coordinator who needs to keep dozens of profiles active without spending all day in a browser.
Local SEO Specialist
Manages dozens of Google Business Profiles and needs to push updates across all of them simultaneously.
Social Media Manager
Handles multi-platform campaigns and wants to schedule content across different profile groups.
Franchise Owner
Needs to maintain a consistent brand voice across multiple locations without hiring a massive team.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGoogle Business Profile
Manage your local business presence. track reviews, posts, and customer Q&A via AI.
OneLocal LocalReviews
Boost your local business visibility with automated review collection, reputation monitoring, and response management capabilities.
Hootsuite (Social Media Management)
Manage social media via Hootsuite. schedule posts, manage social profiles, and monitor outbound messages.
Loomly
Plan and approve social media content with a collaborative calendar that streamlines reviews and keeps your brand consistent.
Podium
Win more local customers with review generation, webchat, text marketing, and payment collection from one inbox.
Endorsal Testimonials
Equip your AI agent to manage testimonials, track display widgets, and approve reviews via the Endorsal API.
Bring your own AI
Change the model, client or framework. Keep Postproxy connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Postproxy.
The practical details behind the request, access and result.
How does Postproxy help with my local SEO?
It helps you maintain a consistent presence on Google Business Profiles across all your locations. By making it easy to publish frequent updates and manage your listings, it helps improve your visibility in local search results.
Can I manage multiple locations at once?
Yes, that is exactly what this is built for. You can group your different locations together and have your agent push content to all of them in a single step.
How do I handle customer reviews with Postproxy?
You can use your agent to pull all the latest comments from your posts. From there, you can have it draft replies or help you identify which interactions need your attention.
Does Postproxy support different social platforms?
Yes, it connects to various social media profiles. You can organize these into groups to manage multi-platform campaigns from a single interface.
Can I schedule posts for the future?
Absolutely. You can give your agent a specific date and time, and it will use the connection to schedule your content across your selected profiles.
How does this help my social media team?
It removes the manual labor of logging into different accounts. Your team can focus on creating the content while the agent handles the distribution and engagement tasks.
Can the AI Agent schedule posts for any future date?
Yes, as long as you provide a valid ISO date, your AI Agent can schedule posts using Postproxy.
Can I manage comments directly from the AI Agent?
Absolutely. You can list, like, reply, hide, or unhide comments across your posts seamlessly.
Does the AI Agent support grouping profiles?
Yes! The AI Agent can retrieve your Profile Groups so you can target multiple social media accounts at once.
One connection away
Give your agent a direct line to Postproxy.
Connect Postproxy once. Keep it beside 6,000+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available