Skip to main content
Glama
markswendsen-code

@striderlabs/mcp-statefarm

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
statefarm_get_quoteA

Get an insurance quote from State Farm. Supports auto, home, life, and renters insurance. Returns estimated premium ranges, coverage options, and next steps to complete the quote online or with an agent.

statefarm_policy_detailsA

Retrieve details about an existing State Farm insurance policy. Returns coverage summary, deductibles, premium info, renewal date, and insured items/people.

statefarm_file_claimA

Initiate a new insurance claim with State Farm. Supports auto accidents, home damage, theft, and other covered events. Returns a claim reference number and next steps.

statefarm_claim_statusA

Check the status of an existing State Farm insurance claim. Returns current status, assigned adjuster contact, estimated timeline, and any action items needed.

statefarm_paymentB

Manage State Farm insurance payments. View payment history, due dates, make a payment, set up autopay, or update payment method.

statefarm_digital_id_cardA

Retrieve a digital insurance ID card for a State Farm auto policy. Returns the ID card information including policy details, vehicle info, and coverage period. Can also provide a link to download or share the card.

statefarm_find_agentB

Find State Farm insurance agents near a location. Returns a list of local agents with contact info, office hours, languages spoken, and specializations.

statefarm_roadside_assistanceB

Request State Farm roadside assistance or check available roadside services. Can request towing, battery jump, flat tire change, fuel delivery, lockout service, or winching.

statefarm_bundle_recommendationsA

Get personalized insurance bundle recommendations from State Farm. Analyzes current coverage and suggests bundles that could save money by combining auto, home, life, and renters policies.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 9 tools

Disambiguation4/5

Each tool targets a distinct insurance task: quoting, bundling, finding agents, policies, claims, payments, roadside help, and ID cards. The closest overlap is between get_quote and bundle_recommendations, but their intent differs enough that descriptions clarify the boundary.

Naming Consistency3/5

All tools share the statefarm_ prefix and use snake_case, which helps consistency. However, some names follow a verb_noun pattern like get_quote or file_claim, while others are pure noun phrases like policy_details, claim_status, and payment, making the action pattern uneven.

Tool Count5/5

Nine tools is a well-scoped size for a State Farm customer-service MCP. Each tool covers a meaningful user need without unnecessary redundancy or feature bloat.

Completeness4/5

The toolkit covers major customer workflows: getting quotes, managing policies, handling payments, filing and tracking claims, and requesting roadside assistance. Minor gaps exist around policy changes, claim modifications, or purchasing a policy directly, but most workflows have clear next-step guidance.

Maintenance

ActivityInactive
ResponsivenessNo issues