
link mcp
link-mcp
Repository Info
About This Server
link-mcp
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Stripe-MCP: Model Context Protocol for Stripe-enabled Products
Stripe-MCP is a Model Context Protocol (MCP) server that helps LLMs and AI shopping agents identify and filter products based on whether they use Stripe for payment processing. This enables agents to focus on sites where seamless checkout experiences are possible.
Key Features
- Stripe Detection: Analyzes web pages to determine if they use Stripe for payments
- Product Filtering: Filters product lists to only include Stripe-enabled items
- Checkout URL Generation: Creates direct checkout links for supported platforms
- Caching System: Saves validation results to improve performance
- MCP Compatible: Follows Model Context Protocol for easy LLM integration
Setup
-
Install dependencies:
pip install -r requirements.txt -
Run the server:
python server.py
API Endpoints
Validate URL
POST /api/validate-url
Body: {"url": "https://example.com/product"}
Checks if a website uses Stripe for payment processing.
Filter Products
POST /api/filter-products
Body: {"products": [{"url": "https://example.com/product", "name": "Example Product", ...}]}
Filters a list of products to only include those using Stripe.
Generate Checkout URL
POST /api/checkout
Body: {
"product_url": "https://example.com/product",
"success_url": "https://yourdomain.com/success",
"cancel_url": "https://yourdomain.com/cancel"
}
Generates a direct checkout URL for a Stripe-enabled product.
For AI Agents
AI shopping assistants can use this MCP server to:
- Validate if products found via web search use Stripe for payment
- Filter product recommendations to only include Stripe-enabled merchants
- Generate direct checkout links for a seamless purchasing experience
Testing
Run the tests with:
python -m pytest
License
This project is licensed under the MIT License - see the LICENSE file for details.
Quick Start
Clone the repository
git clone https://github.com/jordo1138/link-mcpInstall dependencies
cd link-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.