Aden Aggregates MCP Server
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jredondo-aden/aden-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server