perfsonar-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PERFSONAR_HOST | Yes | Required host address of the perfSONAR server (e.g., perfsonar.example.com). | |
| PSCHEDULER_URL | No | Optional URL for the pScheduler service. | |
| PYTHONLOGLEVEL | No | Optional log level for the server (e.g., DEBUG, INFO, WARNING, ERROR). | |
| LOOKUP_SERVICE_URL | No | Optional URL for the perfSONAR Lookup Service (default: https://lookup.perfsonar.net/lookup). |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| query_measurementsC | Query perfSONAR measurements with optional filters. Returns metadata about available measurements. |
| get_measurement_dataC | Get raw time-series data for a specific measurement. |
| get_throughputC | Get throughput measurements between source and destination. |
| get_latencyC | Get latency/delay measurements between source and destination. |
| get_packet_lossC | Get packet loss measurements between source and destination. |
| get_available_event_typesC | Get all available event types in the archive. |
| lookup_testpointsC | Find perfSONAR testpoints using the lookup service. |
| find_pscheduler_servicesC | Find pScheduler services for running tests. |
| schedule_throughput_testC | Schedule a throughput test using pScheduler. |
| schedule_latency_testC | Schedule a latency test using pScheduler. |
| schedule_rtt_testC | Schedule an RTT (ping) test using pScheduler. |
| get_test_statusC | Get status of a pScheduler test run. |
| get_test_resultC | Get result of a completed pScheduler test. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| perfSONAR Archive | Main perfSONAR measurement archive |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/ajragusa/perfsonar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server