Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@amazonbusiness/abintegrations-mcp-server

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@amazonbusiness/abintegrations-mcp-server

Amazon Business Integrations MCP Server provides tool to access Amazon Business APIs documentation, search for content and solutions for common B2B integration usecases.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
3
Created
Source

Documentation MCP Server

Model Context Protocol (MCP) server for accessing and searching documentation APIs through a stdio-based interface.

Features

  • Search Documentation: Search through documentation using natural language queries
  • Read Documentation: Retrieve full documentation content using references

Installation

CursorVS Code
Install MCP ServerInstall on VS Code

Configure the MCP server in your MCP client configuration (e.g., for Amazon Q Developer CLI, edit ~/.aws/amazonq/mcp.json):

{
  "mcpServers": {
    "abintegrations-documentation-mcp-server": {
      "command": "npx",
      "args": ["abintegrations-documentation-mcp-server"],
      "disabled": false,
      "autoApprove": []
    }
  }
}

Basic Usage

Example:

  • "Search for information about the product search API"
  • "Find documentation about authentication requirements"

Available Tools

search-documentation

Search through documentation using natural language queries.

Parameters:

  • query (string, required): Natural language search query
  • maxResults (number, optional): Maximum number of results to return

read-documentation

Retrieve complete documentation content using a document reference.

Parameters:

  • documentReference (string, required): Reference to the document from search results

Keywords

documentation

FAQs

Package last updated on 16 Sep 2025

Did you know?

Socket

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.

Install

Related posts