picogrid-legion
Candidate MCP tool surface derived from the Legion Platform API v3 operations. No official Picogrid-hosted MCP server was found; this is a proposed mapping of marquee operations to tools an agent could call (grounded in real HTTP method+path from docs.picogrid.com/reference). operationIds are not asserted because the combined OpenAPI is not publicly retrievable.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport http
Tools
search_entities— Search entities with complex filtering and pagination.get_entity— Retrieve a specific entity by id.create_entity— Create a new entity.get_entity_locations— Retrieve paginated locations for an entity.search_feed_data— Search feed data with complex filtering and pagination.get_latest_feed_data_for_entity— Retrieve the latest feed data for an entity across all feed definitions.ingest_message_feed_data— Ingest new message-based feed data.search_events— Search events with complex filtering and pagination.create_event_subscription— Create a new event subscription.search_tracks— Search tracks with complex filtering and pagination.get_track_locations— Get historical locations for a track.dispatch_task— Dispatch a command to an entity over its registered MQTT topic.get_task_status— Look up the current status of a dispatched task.get_entity_commands— Fetch all commands registered for an entity.search_video_streams— Search for video streams within an organization.check_permission— Check whether a subject has a specific permission on a resource.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.