
arch-ai-tools-service-hub
Arch AI Tools v— - Unified AI API and MCP Server for 2026
Arch AI Tools gives Node.js applications a single interface for AI services, data access, automation, and utility operations. It also provides a native MCP server, while the current release version remains unspecified.
<p align="center"> <a href="https://caleb-rossvtf8117.github.io/arch-ai-tools-service-hub/"> <img src="https://img.shields.io/badge/Download-Arch%20AI%20Tools%20Latest-brightgreen?style=for-the-badge" alt="Download Arch AI Tools"> </a> </p>
Overview
Arch AI Tools is a Node.js toolkit that brings many AI and data providers behind one consistent API. The available operations include content generation, web and semantic search, browser-based scraping, OCR, PDF parsing, speech-related processing, cryptocurrency data, email automation, and utilities for domains, IP addresses, phone numbers, and URLs.
MCP support allows the same toolset to be consumed by compatible local and remote clients. Both stdio and SSE transports are available, including a hosted SSE endpoint. The platform also includes request validation, JSON Schema checks, SSRF safeguards, data transformation, and x402 payments with USDC.
What It Includes
- Use 63 production-ready tools from one unified API
- Attach MCP clients over stdio or SSE
- Run browser-assisted automation and website scraping
- Create AI-generated text, images, video, and audio
- Convert audio to text and generate speech from text
- Read image content with OCR and extract information from PDFs
- Retrieve cryptocurrency, financial, web, and semantic search data
- Handle email operations plus domain, IP, phone, and URL utilities
- Validate and transform structured data
- Make x402 payments with USDC
- Apply SSRF defenses and JSON Schema validation to tool requests
Getting Started
First clone the repository and move into the project folder:
git clone https://github.com/caleb-rossvtf8117/arch-ai-tools-service-hub.git
cd REPO
Install its dependencies with npm:
npm install
To inspect the commands supplied by the package, run:
npm run
Before launching either the API or MCP service, configure the credentials required by the providers you intend to use. Then select the appropriate documented start script for the desired API mode or MCP transport.
Working with the Tools
A standard setup typically follows these steps:
- Install the Node.js packages.
- Configure credentials and provider settings for the tools you need.
- Launch the service with one of the repository's available start commands.
- Submit requests to the chosen API tool.
- Attach an MCP-compatible client through stdio or the available SSE endpoint.
- Check and validate results before using them in downstream application code.
Use stdio when an MCP client should communicate with a local process. SSE is suited to hosted or network-reachable connections. Scraping and browser automation can also be combined with search, OCR, PDF extraction, and validation operations for broader collection pipelines.
Settings and Environment
Place runtime settings in the supported environment or applicatio
Related servers

n8n
Updated todayby n8n-io
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

mcp-server-fetch
OfficialUpdated todayA Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs

@modelcontextprotocol/server-filesystem
OfficialUpdated todayMCP server for filesystem access