by boikot-xyz
Discover company ethics insights. Explore corporate social responsibility, csr responsibility, and how firms impact comm
★ 5
GitHub stars
Provides access to a community-maintained database of company ethical and unethical business practices with documented sources.
Company Ethics Information (Boikot) is an official MCP server published by boikot-xyz that provides AI assistants with tools and capabilities via the Model Context Protocol. Discover company ethics insights. Explore corporate social responsibility, csr responsibility, and how firms impact comm It is categorized under analytics data. This server exposes 1 tool that AI clients can invoke during conversations and coding sessions.
You can install Company Ethics Information (Boikot) in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server supports remote connections over HTTP, so no local installation is required.
GPL-3.0
Company Ethics Information (Boikot) is released under the GPL-3.0 license.
Add new capabilities to Claude beyond text generation
Example
Access external data sources, execute code, interact with tools and services
Transform Claude from chatbot to action-taking agent
Provide Claude with access to relevant context and data
Example
Load project documentation, access knowledge bases, query databases
Get more accurate, context-aware responses
Automate multi-step workflows combining AI and external tools
Example
Research → Summarize → Create document → Send notification
Complete complex tasks end-to-end without manual steps
Share your MCP server with the developer community
According to our notes, Company Ethics Information (Boikot) benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.
Company Ethics Information (Boikot) is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.
I recommend Company Ethics Information (Boikot) for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.
I recommend Company Ethics Information (Boikot) for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.
We wired Company Ethics Information (Boikot) into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.
Company Ethics Information (Boikot) reduced integration guesswork — categories and install configs on the listing matched the upstream repo.
Useful MCP listing: Company Ethics Information (Boikot) is the kind of server we cite when onboarding engineers to host + tool permissions.
Strong directory entry: Company Ethics Information (Boikot) surfaces stars and publisher context so we could sanity-check maintenance before adopting.
Strong directory entry: Company Ethics Information (Boikot) surfaces stars and publisher context so we could sanity-check maintenance before adopting.
Company Ethics Information (Boikot) is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.
showing 1-10 of 31
boikot is a community-led initiative to make data on company ethics transparent and accessible.
We are building a community-curated, transparent, freely accessible collection of corporate ethics records. By documenting ethical and unethical business practices, we aim to inform consumer choice, raise the cost of harmful business decisions, and incentivise companies to act responsibly in the public interest.
All of our services and data are offered free to the public under the terms of the GPL v3 licence. You can download our full companies dataset from the file called boikot.json above.
The main product being worked on is the boikot.xyz website which provides access to our data and tools to add new records to it. This is a react project in the site directory. There also some tools for collecting and summarising information in the scripts and backend directories.
We also have an MCP server that exposes a tool to lookup company ethics information. This is available from the URL https://mcp.boikot.xyz/mcp with no authentication needed. It provides one tool called lookup_company_information which takes one parameter company_name and returns information about the company's ethics.
the boikot.json file is a database of the ethical and unethical practices of different companies. Each item in the "companies" object represents a company ethics record. Each of these items has a "names" areay containing names that can be used for the company, of which the first entry is the most commonly used name. They also have a "comment" string which is a comment on the ethics of the company, with sources denoted by numbers in square brackets eg. [1][2]. The URLs for these sources are in the "sources" object which is a mapping from the source numbers to URLs. Each company also has tags in the "tags" array, which are strings that describe the company. Finally each company has a "logoUrl" and "siteUrl" which are URLs for the company's logo image and website. There is an "updatedAt" timestamp on each item to track when it was last updated.
Corporate Research site: https://www.corp-research.org/home-page
Impact of boycotts on McDonalds: https://m.youtube.com/watch?v=K9Uf3eUWKE8
minimum wage list: https://www.gov.uk/government/news/over-500-companies-named-for-not-paying-minimum-wage
Prerequisites
Time Estimate
15-60 minutes depending on server complexity
Steps
Troubleshooting
✓ Do
✗ Don't
💡 Pro Tips
Architecture
Model Context Protocol standardizes how AI hosts (Claude, Cursor) communicate with external tools and data sources through server implementations.
Protocols
Compatibility
✓ Use when
Use when you need Claude to access external data, execute actions, or integrate with tools. Best for extending AI capabilities beyond conversation.
✗ Avoid when
Avoid when native integrations exist (use official APIs directly), for real-time critical systems, or when security/compliance requires zero external dependencies.