mcp-server-bigboost logo

mcp-server-bigboost

by cyllas

MCP server for integrating with Bigdatacorp's Bigboost API. This server allows language models like Claude to access Bigboost API data in a standardized way, enabling data queries for individuals and companies through various search parameters.

View on GitHub

Last updated: N/A

What is mcp-server-bigboost?

This is an MCP (Model Context Protocol) server that facilitates integration with the Bigboost API from Bigdatacorp. It provides a standardized way for language models like Claude to access and query data from Bigboost, including information about individuals and companies.

How to use mcp-server-bigboost?

  1. Clone the repository. 2. Install dependencies using npm install. 3. Configure your Bigboost API credentials in the .env file. 4. Run the server using npm start. 5. Use the provided tools (consultaPessoa, consultaEmpresa, etc.) via MCP requests, either through Claude Desktop or by sending POST requests to the server's endpoint.

Key features of mcp-server-bigboost

  • Provides a standardized MCP interface for Bigboost API access

  • Supports queries for individuals (CPF, phone, email)

  • Supports queries for companies (CNPJ, QSA, registration data)

  • Implements request limit control and error handling

  • Includes integration examples for Claude Desktop (Windsurf)

Use cases of mcp-server-bigboost

  • Integrating Bigboost data into language model workflows

  • Retrieving information about individuals based on CPF, phone, or email

  • Retrieving information about companies based on CNPJ

  • Building applications that require access to Bigboost data through a standardized interface

  • Enriching language model responses with real-world data from Bigboost

FAQ from mcp-server-bigboost

What is the purpose of this server?

To provide a standardized MCP interface for accessing Bigboost API data from language models like Claude.

What kind of data can I query?

You can query data about individuals (using CPF, phone, or email) and companies (using CNPJ).

How do I configure the server?

Clone the repository, install dependencies, and configure your Bigboost API credentials in the .env file.

How do I run the server?

Use the command npm start.

How do I integrate this server with Claude?

The README provides detailed instructions for integrating with Claude Desktop (Windsurf) and general guidance for integrating with other Claude environments.