
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
pangolinfo-amazon-data-mcp
Advanced tools
Official stdio bridge to Pangolinfo Amazon Data MCP with 19 ecommerce and market intelligence tools.
Pangolinfo Amazon Data MCP gives AI agents real-time access to Amazon commerce intelligence, WIPO design-patent data, Google Trends and search intelligence, and local market data.
This package is Pangolinfo's official stdio bridge to the hosted Streamable HTTP MCP server. It discovers the current remote tool schemas at startup and forwards MCP tool calls without storing your API key or result data.
The server exposes 19 business data tools, plus the free pangolinfo_capabilities navigation tool:
See the full product overview and current capability details at pangolinfo.com/amazon-data-mcp.
PANGOLINFO_API_KEY="your-key" npx -y pangolinfo-amazon-data-mcp
Do not put a production key in source code or commit it to Git.
For clients that launch local stdio servers:
{
"mcpServers": {
"pangolinfo-amazon-data": {
"command": "npx",
"args": ["-y", "pangolinfo-amazon-data-mcp"],
"env": {
"PANGOLINFO_API_KEY": "your-key"
}
}
}
}
Clients with native Streamable HTTP support can connect directly:
https://mcp.pangolinfo.com/mcpAuthorization: Bearer YOUR_PANGOLINFO_API_KEYThe package opens an authenticated Streamable HTTP connection to Pangolinfo, then exposes the remote tools/list and tools/call methods over local stdio. Tool definitions therefore stay synchronized with the hosted service; the package contains no embedded customer data and does not log credentials.
An optional PANGOLINFO_MCP_URL environment variable can override the endpoint for approved testing environments. For safety, only HTTPS URLs are accepted.
The bridge source code is licensed under the MIT License. Pangolinfo names, logos, product marks, and brand assets are not granted under that license; see BRANDING.md.
FAQs
Official stdio bridge to Pangolinfo Amazon Data MCP with 19 ecommerce and market intelligence tools.
We found that pangolinfo-amazon-data-mcp 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.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.