- Home
- MCP servers
- Boikot
Boikot
- javascript
4
GitHub Stars
javascript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
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:
-
Set the MCP endpoint to
https://mcp.boikot.xyz/mcp. -
Choose the tool
lookup_company_information. -
Provide the required parameter
company_namewith the name of the company you want to inquire about. -
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.