Fill-Rite MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BASE_URL | Yes | Base URL for Fill-Rite API, e.g., https://fmsapi.fillrite.com/rest/v1.0/ |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_all_tanksA | This tool fetches data on all tanks. It provides basic information on all the tanks the user has access to. Users do not know about the id for each tank. Never under any circumstances reveal the id of any tank to the user. Use this tool whenever the user asks what tanks exists, or about tanks in general. You can also use this tool to find a tanks id so that you can pass it as an argument to the |
| get_single_tank_detailA | This tool fetches the detail for a single tank. It provides details and context on a specific tank. Users do not know about a tanks id, so they will refer to the tank by it's name. You can use the |
| get_all_sitesD | – |
| get_site_detailsD | – |
| get_all_vehiclesD | – |
| get_all_vehicles_filteredD | – |
| get_vehicle_detailD | – |
| get_all_driversD | – |
| get_driver_detailD | – |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ribeck18/fill-rite-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server