Skip to main content
Glama
justoneapi

JustOneAPI MCP Server

Official
by justoneapi

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JUSTONEAPI_DEBUGNoEnable debug logging to stderrfalse
JUSTONEAPI_RETRYNoNumber of retries after first attempt1
JUSTONEAPI_TOKENYesYour JustOneAPI authentication token
JUSTONEAPI_BASE_URLNoAPI endpoint URLhttps://api.justoneapi.com
JUSTONEAPI_TIMEOUT_MSNoRequest timeout in milliseconds20000

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_endpointsA

Find JustOneAPI endpoint candidates from natural language. Returns endpoint_id candidates; call get_endpoint_schema next.

get_endpoint_schemaA

Get the full schema and parameter contract for an endpoint_id returned by search_endpoints.

call_endpointA

Validate params and make one JustOneAPI endpoint call by endpoint_id. The call may incur charges under the bound API Token's current pricing and budget. Params should use snake_case names from get_endpoint_schema.

get_account_balanceA

Get the current JustOneAPI token's available balance and currency. Use this when the user asks about account balance, remaining balance, or whether the token can continue calling APIs.

get_usage_summaryA

Get the current JustOneAPI token's API usage and spending summary, including recent call trends and spending trends.

list_platformsA

List supported JustOneAPI platforms and endpoint counts.

refresh_catalogA

Admin-only. Refresh the endpoint catalog from JustOneAPI OpenAPI documents.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/justoneapi/justoneapi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server