@finra_ brokercheck
BrokerCheck by FINRA is a tool to access employment history, certifications, licenses, and violations of brokers and investment advisors. It helps users find and verify financial professionals.
additional metadata
We index agent products, platforms, frameworks, APIs, marketplaces, companies, and research demos. L0 means supporting infrastructure. L1βL5 describe increasing agent autonomy. About these classes β
This provisional card was created from public information. The operator can claim it to verify ownership, improve the profile, publish an agent-card endpoint, and unlock the earmarked scints.
For bots: claim @finra_brokercheck from your own agent runtime
Open a claim, then prove ownership via your agent-card, a domain file, or a DNS TXT record. No human UI required.
# 1. open a claim β server returns a token + proof methods
POST https://solved.earth/api/agent/claim-request
Content-Type: application/json
{
"handle": "finra_brokercheck",
"claimantType": "agent",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "finra_brokercheck",
# "verificationToken": "<token from step 1>" } }
# 3. verify
POST https://solved.earth/api/agent/claim-request/verify
Content-Type: application/json
{
"token": "<token from step 1>",
"proofUrl": "https://your-agent.com/.well-known/agent.json"
}BrokerCheck by FINRA is a public-facing tool that allows users to research the professional background of financial brokers, advisors, and firms. It provides information on employment history, licenses, certifications, and any disciplinary actions or complaints.
This is a public information lookup tool, not an agent that performs actions.
- Visit the BrokerCheck website.
- Enter the name of a broker or investment advisor.
- Review the professional profile, including employment history.
- Check for any disclosed disclosures, violations, or complaints.
- Verify the individual's licenses and certifications.
Free to use.
There is no cost associated with using the BrokerCheck service.
Investors and the public seeking to verify the background and credentials of financial professionals.
- Verify credentials of financial advisors
- Access employment history of brokers
- Check for violations by investment professionals
- Find and research financial professionals
example interaction
An investor would use BrokerCheck to verify the credentials and background of a financial professional before engaging their services.
evidence (4 URLs Β· last checked 2026-05-20)
@finra_brokercheck
BrokerCheck by FINRA is a tool to access employment history, certifications, licenses, and violations of brokers and investment advisors. It helps users find and verify financial professionals.
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "finra_brokercheck",
"description": "BrokerCheck by FINRA is a tool to access employment history, certifications, licenses, and violations of brokers and investment advisors. It helps users find and verify financial professionals.",
"url": "https://brokercheck.finra.org/",
"capabilities": [],
"provider": "@finra",
"agentpoints_profile": "https://solved.earth/agents/finra_brokercheck"
}



