MCP.so
登录

Pulse Backend MCP Server

@ashyam-saras

关于 Pulse Backend MCP Server

MCP server code for Saras

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

ashyam-saras

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Pulse Backend MCP Server?

A Model Context Protocol (MCP) server that provides BigQuery access and specialized data tools for developers within the company to increase productivity. It implements the MCP protocol to enable LLM-powered applications to access company data and execute specialized data functions in a controlled manner.

How to use Pulse Backend MCP Server?

Clone the repository, create a Python 3.13+ virtual environment, install dependencies, and configure Google Cloud credentials (via GOOGLE_APPLICATION_CREDENTIALS environment variable) and a .env file with GOOGLE_PROJECT_ID and CLICKUP_API_KEY. Start the server with mcp dev src/server.py on the default MCP port (typically 8080). Connect MCP-compatible clients (e.g., Claude Desktop) to discover and use the provided tools.

Key features of Pulse Backend MCP Server

  • BigQuery Integration: Execute SQL queries against company BigQuery datasets
  • Client Data Access: Retrieve client details and datasets from the data warehouse
  • List tables in any BigQuery dataset with metadata
  • Retrieve ClickUp task details with subtasks and comments
  • Extensible architecture: add new tools by decorating functions in server.py

Use cases of Pulse Backend MCP Server

  • A developer queries BigQuery for real-time sales data to inform product decisions
  • A support agent retrieves client details and associated datasets quickly
  • A data analyst lists and explores tables in a BigQuery dataset
  • A project manager fetches ClickUp task details and comments without leaving the AI chat
  • A team member extends the server with custom tools for new data sources

FAQ from Pulse Backend MCP Server

What is the Model Context Protocol (MCP)?

MCP is an open protocol that standardizes how applications provide context to LLMs, similar to how USB-C standardizes connections to peripherals. It enables AI models to connect to different data sources and tools through a client-server architecture.

What are the prerequisites for using Pulse Backend

评论

其他 分类下的更多 MCP 服务器