
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@daffodiltech/mcp-docs
Advanced tools
MCP server exposing Daffodil's knowledge base tools (read_advisor_faqs, read_nonprofit_faqs, etc.)
An MCP (Model Context Protocol) server that exposes Daffodil's knowledge base as individual tools for AI assistants like Claude.
This MCP server exposes the following pre-configured Daffodil knowledge base tools:
read_daffodil_terms - Read Daffodil terms and conditionsread_daffodil_privacy - Read Daffodil privacy policyread_member_agreement - Read Daffodil member agreement and DAF policiesread_granting_fees - Read information about Daffodil granting policies and fee structureread_advisor_faqs - Read frequently asked questions for financial advisorsread_nonprofit_faqs - Read frequently asked questions for nonprofit organizationsread_giving_faqs - Read frequently asked questions about charitable giving and donor-advised fundsread_impact_model - Read about Daffodil impact enablement model and methodologynpm install -g @daffodiltech/mcp-docs
Configure your MCP client (like Claude Desktop) to use this server:
{
"mcpServers": {
"daffodil": {
"command": "npx",
"args": [
"@daffodiltech/mcp-docs@latest"
]
}
}
}
# Clone and build
git clone https://github.com/daffodil-tech/daffodil.git
cd daffodil/apps/mcp-docs
pnpm install
pnpm build
# Run the server
node dist/index.js
The server creates MCP tools from Daffodil's pre-configured knowledge base URLs. Each tool:
The AI can then use these tools to answer questions about Daffodil's services, policies, and procedures based on the most up-to-date documentation.
MIT
FAQs
MCP server exposing Daffodil's knowledge base tools (read_advisor_faqs, read_nonprofit_faqs, etc.)
The npm package @daffodiltech/mcp-docs receives a total of 1 weekly downloads. As such, @daffodiltech/mcp-docs popularity was classified as not popular.
We found that @daffodiltech/mcp-docs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.