{"name":"gera-nexus","description":"GeraNeXus — unified integration hub connecting AI agents and services across the Gera ecosystem.","version":"0.1.0","url":"https://geranexus.com","contact":"api@gera.services","tools":[{"name":"discover_providers","description":"Discover available service providers and integrations in the GeraNeXus network.","input_schema":{"type":"object","properties":{"category":{"type":"string","description":"Filter by provider category (e.g. healthcare, logistics, finance)."},"country":{"type":"string","description":"ISO 3166-1 alpha-2 country code to filter by geography."}}}},{"name":"call_action","description":"Invoke a registered action on a connected provider.","input_schema":{"type":"object","properties":{"provider_id":{"type":"string","description":"Unique identifier of the target provider."},"action":{"type":"string","description":"Name of the action to invoke."},"payload":{"type":"object","description":"JSON payload to pass to the action."}},"required":["provider_id","action"]}},{"name":"list_capabilities","description":"List all capabilities exposed by a specific provider or the entire network.","input_schema":{"type":"object","properties":{"provider_id":{"type":"string","description":"Optional provider ID to scope the capability listing."}}}},{"name":"verify_credential","description":"Verify a credential or API key issued by GeraNeXus for a connected provider.","input_schema":{"type":"object","properties":{"credential":{"type":"string","description":"The credential token to verify."},"provider_id":{"type":"string","description":"Provider the credential was issued for."}},"required":["credential"]}}],"resources":[{"name":"providers","description":"All registered providers in the GeraNeXus network.","url":"https://geranexus.com/api/v1/providers"},{"name":"capabilities","description":"Full capability registry across all connected providers.","url":"https://geranexus.com/api/v1/capabilities"},{"name":"spec","description":"OpenAPI specification for the GeraNeXus integration API.","url":"https://geranexus.com/api/v1/spec"}]}