Skip to main content
Glama

Stripe MCP Server

by Brunwo

Creación de un servidor MCP remoto en Cloudflare (sin autenticación)

Este ejemplo le permite implementar un servidor MCP remoto que no requiere autenticación en Cloudflare Workers.

Empezar:

Esto implementará su servidor MCP en una URL como: remote-mcp-server-authless.<your-account>.workers.dev/sse

Alternativamente, puede utilizar la línea de comando a continuación para crear el servidor MCP remoto en su máquina local:

npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless

Personalización de su servidor MCP

Para agregar sus propias herramientas al servidor MCP, defina cada herramienta dentro del método init() de src/index.ts usando this.server.tool(...) .

Conéctese a Cloudflare AI Playground

Puedes conectarte a tu servidor MCP desde Cloudflare AI Playground, que es un cliente MCP remoto:

  1. Vaya a https://playground.ai.cloudflare.com/
  2. Ingrese la URL de su servidor MCP implementado ( remote-mcp-server-authless.<your-account>.workers.dev/sse )
  3. ¡Ahora puedes usar tus herramientas MCP directamente desde el área de juegos!

Conecte Claude Desktop a su servidor MCP

También puede conectarse a su servidor MCP remoto desde clientes MCP locales, utilizando el proxy mcp-remote .

Para conectarse a su servidor MCP desde Claude Desktop, siga el inicio rápido de Anthropic y dentro de Claude Desktop vaya a Configuración > Desarrollador > Editar configuración.

Actualizar con esta configuración:

{ "mcpServers": { "calculator": { "command": "npx", "args": [ "mcp-remote", "http://localhost:8787/sse" // or remote-mcp-server-authless.your-account.workers.dev/sse ] } } }

Reinicia Claude y deberías ver que las herramientas están disponibles.

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Una implementación de servidor MCP remoto que se integra con Stripe, lo que permite que los asistentes de IA interactúen con la API de Stripe para la funcionalidad de procesamiento de pagos.

  1. Empezar:
    1. Personalización de su servidor MCP
      1. Conéctese a Cloudflare AI Playground
        1. Conecte Claude Desktop a su servidor MCP

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            A server that integrates with Stripe for handling payments, customers, and refunds through the Model Context Protocol, providing a secure API to manage financial transactions.
            Last updated -
            39
            Python
            MIT License
            • Apple
          • A
            security
            A
            license
            A
            quality
            An MCP server providing unified access to blockchain operations, bridging, swapping, and crypto trading strategies for AI agents.
            Last updated -
            20
            194
            Python
            GPL 3.0
            • Apple
            • Linux
          • -
            security
            A
            license
            -
            quality
            An MCP server that allows AI assistants to utilize human capabilities by sending requests to humans and receiving their responses through a Streamlit UI.
            Last updated -
            42
            Python
            MIT License
          • -
            security
            A
            license
            -
            quality
            An MCP server that enables AI platforms to interact with YepCode's infrastructure, allowing LLM-generated scripts to run on YepCode and turning YepCode processes into powerful tools that AI assistants can use directly.
            Last updated -
            9
            28
            TypeScript
            MIT License
            • Linux
            • Apple

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/Brunwo/mcp-stripe'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server