New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

station_board_arrivals

Get live arrivals for ANY railway station by its EVA number. Mirror of station_board_departures for arriving trains (all categories, real-time delays, disruption messages). Get the EVA from get_city_resource(slug, resource='stations'). Read-only.

SERVERInfraNode SOURCEhttps://mcp.infranode.dev/mcp
Low RISK CLASS
Category Read
Parameters 11 required
Recommended Allowedsee the rule below
Registry record Grade C, identity unverified Pull the record →

This record as markdown: /tools/dev-infranode-infranode/station-board-arrivals.md

What station_board_arrivals does on InfraNode

AI agents call station_board_arrivals to retrieve information from InfraNode without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

ParameterTypeRequiredDescription
eva string Yes Station EVA number (digits only) from get_city_resource(slug, resource='stations'), e.g. '8000105' (Frankfurt Hbf).

Parameters from the server's own tool schema.

Why station_board_arrivals is rated Low

This is a straightforward data retrieval tool that queries live railway station arrival information. It has no side effects, cannot modify data, and poses minimal risk if invoked by an AI agent. The read-only designation and context (part of a public open data service for German cities) confirm this is a safe Read category tool with low severity.

From the tool's definition Tool description explicitly states "Get live arrivals for ANY railway station" and "Read-only." The tool retrieves real-time train arrival data without modifying, deleting, or executing operations.

Questions about station_board_arrivals

What does the station_board_arrivals tool do? +

Get live arrivals for ANY railway station by its EVA number. Mirror of station_board_departures for arriving trains (all categories, real-time delays, disruption messages). Get the EVA from get_city_resource(slug, resource='stations'). Read-only. It is categorised as a Read tool in the InfraNode MCP Server, which means it retrieves data without modifying state.

What parameters does station_board_arrivals accept? +

station_board_arrivals accepts 1 parameter: eva. Required: eva. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on station_board_arrivals? +

Register the InfraNode MCP server in PolicyLayer and add a rule for station_board_arrivals: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches InfraNode. Nothing to install.

What risk level is station_board_arrivals? +

station_board_arrivals is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit station_board_arrivals? +

Yes. Add a rate_limit block to the station_board_arrivals rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block station_board_arrivals completely? +

Set action: deny in the PolicyLayer policy for station_board_arrivals. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides station_board_arrivals? +

station_board_arrivals is provided by the InfraNode MCP server (https://mcp.infranode.dev/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on InfraNode, and thousands of servers like it.

Across the catalogue

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of InfraNode's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.