bwell-mcp-fhir-agent
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.
Endpoint
Hosted endpoint · transport http
Connect
This is a remote MCP server — point an MCP client at the endpoint URL. Clients with native remote support (Claude, Cursor, VS Code, …):
For stdio-only clients (older Claude Desktop, etc.), bridge with mcp-remote:
If the server requires authentication, add the provider's token/header (e.g. an X-API-Key) per its docs. A quick reachability check:
Tools
validate_insurance_coverage— Checks whether a patient has active insurance coverage and identifies which benefit plan(s) apply, combining FHIR Coverage resources with policy-document availability.list_available_insurance_docs— Lists the insurance policy documents available for the patient.explore_policy_context— Explores the context of an insurance policy document.search_insurance_policy— Searches within a patient's insurance policy documents.get_demographics— Retrieves the user's demographic information from their FHIR Person record, with privacy labels and LLM behavior rules attached to sensitive fields.get_health_scores— Retrieves the patient's health scores.get_fhir_record— Retrieves patient medical records for a specific FHIR resource type (Immunization, Condition, MedicationRequest, and others).get_patient_summary— Retrieves a summary of the patient's record.get_vitals— Retrieves the patient's vital signs.get_wearables_summary— Retrieves a summary of the patient's wearable-device data.get_labs— Retrieves laboratory results from FHIR Observation resources, with named lab-test filtering and table/timeline/statistics/csv/markdown output formats.search_clinical_notes— Searches the patient's clinical notes (FHIR DocumentReference).provider_search— Read-only discovery of healthcare providers, practices, insurance entities, labs and pharmacies in the b.well provider directory, filtered by geography and specialty.search_connections— Searches the user's existing and available data-source connections.connect_to_datasource— Establishes a data connection to a health data source on the user's behalf.get_scheduling_slots— Retrieves available appointment slots for a provider, department and visit type.schedule_appointment— Books an appointment by creating a FHIR Appointment resource from a slot selected via get_scheduling_slots.get_appointments— Retrieves the patient's appointments.get_upcoming_appointments— Retrieves the patient's upcoming appointments.get_appointment_detail— Retrieves the detail of a single appointment.reschedule_appointment— Reschedules an existing appointment.cancel_appointment— Cancels an existing appointment.get_cancel_reasons— Retrieves the valid cancellation reasons for an appointment.get_visit_types— Retrieves the visit types a provider or department offers.register_patient— Registers the patient with a scheduling-enabled organization.find_pharmacy_stores— Finds pharmacy store locations.get_pharmacy_hours— Retrieves the operating hours of a pharmacy store.check_transfer_eligibility— Checks whether a prescription is eligible for transfer to another pharmacy.transfer_prescription— Initiates a prescription transfer to a pharmacy, given patient, insurance, pharmacy and prescription detail plus pickup preferences.convert_zipcode_to_coordinates— Converts a 5-digit US ZIP code to latitude/longitude coordinates for location-based searches.get_current_date— Returns the current date/time in a chosen format (date, datetime, iso, rfc3339).
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.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.