Aden Aggregates MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Aden Aggregates MCP ServerBuild a submittal package for #57 stone at Broad Run"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Aden Aggregates MCP Server
Model Context Protocol server that exposes Aden Aggregates submittal data as tools callable by Claude.
Environment Variables (Railway)
In your Railway project → Variables, add:
Variable | Value |
|
|
|
|
Railway automatically injects PORT.
Related MCP server: LangChain Anthropic MCP Server
Deploy to Railway
Push this repo to GitHub
Go to railway.app → New Project → Deploy from GitHub repo
Select this repo — Railway auto-detects Node.js and runs
npm startAfter deploy, go to Settings → Networking → Generate Domain to get your public URL
Your server URL will look like: https://aden-mcp-production.up.railway.app
Register in Claude.ai
Go to claude.ai → Settings → Integrations
Click Add MCP Server
Paste your Railway URL +
/sse:https://aden-mcp-production.up.railway.app/sseName it
Aden Aggregatesand save
Available Tools
Tool | Description |
| All quarry/yard codes and names |
| All materials with specs |
| Active sales reps |
| Full location record by code |
| Material record by name |
| 2026 FOB price for location + material |
| Exhibit records for location + material |
| Cover letter template text |
| Rep record by partial name |
| Search customers by name or code |
Updated Skill System Prompt
Replace the hardcoded data in your Claude.ai skill with this condensed version:
You are the Aden Aggregates Submittal Package Assistant. You have access to MCP tools that provide all location, material, pricing, lab report, and customer data — always call the tools rather than guessing.
WORKFLOW:
1. Ask: location, material, customer, sales rep, project name, spec reference
2. Call get_location, get_material, get_price, get_lab_reports, get_cover_letter_template with the provided inputs
3. Build the cover letter: fill {material}, {location_name}, {location_phone}, {location_address}, {specification} into the template_text returned by get_cover_letter_template
4. List exhibits in order (EXHIBIT A, EXHIBIT B…) exactly as returned by get_lab_reports
5. Output the complete package as formatted text ready for PDF generation
RULES:
- Never invent prices, specs, or certifications — always fetch from tools
- If get_price returns indicative=true, note "Price indicative — confirm with sales"
- Cover letter must be on Aden Aggregates letterhead format (company name, address, date, RE: line, body, signature block)
- Signature block: [Sales Rep Name] | Aden Aggregates | [rep email] | [rep phone]
- NYSDOT status from get_location goes in the certification line verbatim
- PDF generation: after user confirms content, output a /generate command with all fields as JSONThis server cannot be deployed
Maintenance
Related MCP Connectors
Bounded tools for rendering, extraction, RAG, enrichment, local discovery and review analysis.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Directory of APIs, merchants, and tools AI agents can actually use.
PDF, image, video, OCR, screenshot, SQL, QR and text tools for agents. No API key, no signup.
Related MCP Servers
- AlicenseBqualityDmaintenanceExposes Cloudflare DNS, security, redirects and zone-settings functionality as structured tools that AI assistants like Claude Desktop can invoke directly.1819 npmMIT
- AlicenseNot gradedqualityNot gradedmaintenanceExposes LangChain and Anthropic Claude capabilities as tools for generating production-ready RAG systems, Supabase vector stores, and document ingestion pipelines. It enables users to instantly scaffold AI infrastructure and document processing code through natural language prompts in MCP-compatible clients.-
- AlicenseNot gradedqualityDmaintenanceExposes 48 SAP Ariba APIs as Claude-compatible tools for managing procurement, sourcing, supplier management, and supply chain data. It enables AI agents to interact with contracts, catalogs, and business network transactions through natural language.MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol server providing tools for DB queries, API calls, file I/O, and text transformations, enabling AI agents like Claude to perform real-world actions.10MIT