home / mcp / boikot mcp server

Boikot MCP Server

Publishes an HTTP MCP endpoint to lookup company ethics data and summaries.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "boikot-xyz-boikot": {
      "url": "https://mcp.boikot.xyz/mcp"
    }
  }
}

Boikot MCP Server exposes a tool to look up corporate ethics information. It provides a straightforward, public way to query ethics data for companies and retrieve concise ethical summaries to inform consumer choices and responsible decision-making.

How to use

You can access the Boikot MCP Server with any MCP client by pointing it at the public endpoint and selecting the available tool to look up company ethics. The server exposes a single tool named lookup_company_information which accepts one parameter: company_name. When you run a lookup, you’ll receive information about the company’s ethics based on Boikot's dataset.

How to install

There is no local installation required to use this MCP server. You access it over HTTP at the public URL and run the provided tool from your MCP client.

Prerequisites you may find helpful depending on your setup: a compatible MCP client, internet access, and the ability to configure a remote MCP endpoint.

Step-by-step usage flow you can follow in any MCP client:

1. Set the MCP endpoint to https://mcp.boikot.xyz/mcp.

2. Choose the tool lookup_company_information.

3. Provide the required parameter company_name with the name of the company you want to inquire about.

4. Execute the lookup and review the returned information about the company’s ethics.

Additional notes

The endpoint requires no authentication. The data is provided under the GPL v3 license. The dataset is sourced from Boikot’s publicly available records and is intended to be freely accessible for community use.

If you’re testing manually, you can use a browser to navigate to the endpoint and input the company_name parameter through your MCP client’s interface. Adjust your workflow in your client to fit how you typically call tools and handle responses.

Available tools

lookup_company_information

Queries Boikot's ethics dataset for a given company name and returns information about that company's ethics.